Skip to content

Commit 420cca6

Browse files
committed
Update GitHub actions
1 parent 86e1a51 commit 420cca6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
otp: [25.3, 26.2, 27.3, 28.1]
19-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.4, 1.19.5, 1.20.0-rc.4]
18+
otp: [25.3, 26.2, 27.3, 28.1, 29.0]
19+
elixir: [1.16.2, 1.17.3, 1.18.4, 1.19.5, 1.20.0]
2020
exclude:
21-
- elixir: 1.15.7
22-
otp: 27.3
23-
- elixir: 1.15.7
24-
otp: 28.1
2521
- elixir: 1.16.2
2622
otp: 27.3
2723
- elixir: 1.16.2
@@ -32,8 +28,10 @@ jobs:
3228
otp: 28.1
3329
- elixir: 1.19.5
3430
otp: 25.3
35-
- elixir: 1.20.0-rc.4
31+
- elixir: 1.20.0
3632
otp: 25.3
33+
- elixir: 1.20.0
34+
otp: 26.2
3735

3836
steps:
3937
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)