Skip to content

Commit 9fcdf23

Browse files
eksperimentaljosevalim
authored andcommitted
Add OTP 24.0 to Linux CI (#10980)
1 parent 14afabb commit 9fcdf23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
otp_release: ['OTP-23.3', 'OTP-23.0', 'OTP-22.3', 'OTP-22.0']
18+
otp_release: ['OTP-24.0', 'OTP-23.3', 'OTP-23.0', 'OTP-22.3', 'OTP-22.0']
1919
development: [false]
2020
include:
2121
- otp_release: master
@@ -51,7 +51,7 @@ jobs:
5151
run: make test_elixir
5252
- name: Check reproducible builds
5353
run: taskset 1 make check_reproducible
54-
if: matrix.otp_release == 'OTP-23.0'
54+
if: matrix.otp_release == 'OTP-24.0'
5555

5656
test_windows:
5757
name: Windows, OTP-${{ matrix.otp_release }}, Windows Server 2019

0 commit comments

Comments
 (0)