File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,24 @@ permissions:
1818
1919jobs :
2020 test_linux :
21- name : Ubuntu 20 .04, Erlang/OTP ${{ matrix.otp_version }}
21+ name : Ubuntu 24 .04, Erlang/OTP ${{ matrix.otp_version }}
2222 strategy :
2323 fail-fast : false
2424 matrix :
2525 include :
26- - otp_version : " 27.0 "
26+ - otp_version : " 27.1 "
2727 otp_latest : true
2828 erlc_opts : " warnings_as_errors"
29+ - otp_version : " 27.0"
30+ erlc_opts : " warnings_as_errors"
2931 - otp_version : " 26.0"
3032 - otp_version : " 25.3"
3133 - otp_version : " 25.0"
3234 - otp_version : master
3335 development : true
3436 - otp_version : maint
3537 development : true
36- runs-on : ubuntu-20 .04
38+ runs-on : ubuntu-24 .04
3739 # Earlier Erlang/OTP versions ignored compiler directives
3840 # when using warnings_as_errors. So we only set ERLC_OPTS
3941 # from Erlang/OTP 27+.
@@ -109,7 +111,7 @@ jobs:
109111
110112 check_posix_compliant :
111113 name : Check POSIX-compliant
112- runs-on : ubuntu-20 .04
114+ runs-on : ubuntu-24 .04
113115 steps :
114116 - uses : actions/checkout@v4
115117 with :
You can’t perform that action at this time.
0 commit comments