Skip to content

Commit 75fd563

Browse files
authored
Bump CI (OTP 27.1 and Ubuntu 24.04) (#13969)
1 parent 01474e0 commit 75fd563

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,24 @@ permissions:
1818

1919
jobs:
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:

0 commit comments

Comments
 (0)