Skip to content

Commit 5c5fa57

Browse files
Update .cirrus.yml to latest Erlang/OTP versions and changes from master (#10101)
1 parent e891b1a commit 5c5fa57

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.cirrus.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ test_linux_task:
2727
- env:
2828
CHECK_POSIX_COMPLIANT: true
2929
CHECK_REPRODUCIBLE: true
30-
OTP_RELEASE: OTP-22.1
30+
OTP_RELEASE: OTP-23.0
31+
- env:
32+
OTP_RELEASE: OTP-22.3
3133
- env:
3234
OTP_RELEASE: OTP-22.0
3335
- env:
3436
OTP_RELEASE: OTP-21.3.8
35-
- env:
36-
OTP_RELEASE: OTP-21.2
37-
- env:
38-
OTP_RELEASE: OTP-21.1
3937
- env:
4038
OTP_RELEASE: OTP-21.0
4139

@@ -110,7 +108,7 @@ test_windows_task:
110108
image: fertapric/elixir-ci:otp-win64-${OTP_RELEASE}
111109
os_version: ${OS_VERSION}
112110
cpu: 4
113-
memory: 3840Mi
111+
memory: 6GB
114112

115113
install_script:
116114
- rmdir /s /q .git
@@ -143,7 +141,6 @@ test_freebsd_task:
143141
LC_ALL: en_US.UTF-8
144142

145143
install_script:
146-
- sudo pkg update
147144
- pkg install -y erlang git gmake
148145
- rm -rf .git
149146
- gmake compile

0 commit comments

Comments
 (0)