File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,13 @@ test_linux_task:
27
27
- env :
28
28
CHECK_POSIX_COMPLIANT : true
29
29
CHECK_REPRODUCIBLE : true
30
- OTP_RELEASE : OTP-22.1
30
+ OTP_RELEASE : OTP-23.0
31
+ - env :
32
+ OTP_RELEASE : OTP-22.3
31
33
- env :
32
34
OTP_RELEASE : OTP-22.0
33
35
- env :
34
36
OTP_RELEASE : OTP-21.3.8
35
- - env :
36
- OTP_RELEASE : OTP-21.2
37
- - env :
38
- OTP_RELEASE : OTP-21.1
39
37
- env :
40
38
OTP_RELEASE : OTP-21.0
41
39
@@ -110,7 +108,7 @@ test_windows_task:
110
108
image : fertapric/elixir-ci:otp-win64-${OTP_RELEASE}
111
109
os_version : ${OS_VERSION}
112
110
cpu : 4
113
- memory : 3840Mi
111
+ memory : 6GB
114
112
115
113
install_script :
116
114
- rmdir /s /q .git
@@ -143,7 +141,6 @@ test_freebsd_task:
143
141
LC_ALL : en_US.UTF-8
144
142
145
143
install_script :
146
- - sudo pkg update
147
144
- pkg install -y erlang git gmake
148
145
- rm -rf .git
149
146
- gmake compile
You can’t perform that action at this time.
0 commit comments