Skip to content

Commit 343aa81

Browse files
committed
Update GitHub actions
1 parent 4fbca76 commit 343aa81

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

.github/workflows/compatibility-elixir.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ jobs:
1515
matrix:
1616
repo_url: ["https://github.com/elixir-lang/elixir.git"]
1717
repo_branch: ["v1.13", "main"]
18-
otp: [23.3, 24.3, 25.3, 26.1]
19-
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.2]
18+
otp: [24.3, 25.3, 26.2]
19+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
2020
exclude:
21-
- elixir: 1.11.4
22-
otp: 26.1
23-
- elixir: 1.12.3
24-
otp: 26.1
2521
- elixir: 1.13.4
26-
otp: 26.1
22+
otp: 26.2
2723
- elixir: 1.14.5
28-
otp: 26.1
24+
otp: 26.2
2925
- elixir: 1.11.4
3026
otp: 25.3
3127
- elixir: 1.12.3
@@ -37,8 +33,8 @@ jobs:
3733
- elixir: 1.15.7
3834
otp: 24.3
3935
- elixir: 1.16.2
40-
otp: 23.3
41-
- elixir: 1.16.2
36+
otp: 24.3
37+
- elixir: 1.17.0-rc.0
4238
otp: 24.3
4339
steps:
4440
- uses: actions/checkout@v4

.github/workflows/compatibility-phoenix.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ jobs:
1414
matrix:
1515
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
1616
repo_branch: ["v1.6", "main"]
17-
otp: [23.3, 24.3, 25.3, 26.1]
18-
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.2]
17+
otp: [24.3, 25.3, 26.2]
18+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
1919
exclude:
20-
- elixir: 1.11.4
21-
otp: 26.1
22-
- elixir: 1.12.3
23-
otp: 26.1
2420
- elixir: 1.13.4
25-
otp: 26.1
21+
otp: 26.2
2622
- elixir: 1.14.5
27-
otp: 26.1
23+
otp: 26.2
2824
- elixir: 1.11.4
2925
otp: 25.3
3026
- elixir: 1.12.3
@@ -36,8 +32,8 @@ jobs:
3632
- elixir: 1.15.7
3733
otp: 24.3
3834
- elixir: 1.16.2
39-
otp: 23.3
40-
- elixir: 1.16.2
35+
otp: 24.3
36+
- elixir: 1.17.0-rc.0
4137
otp: 24.3
4238
steps:
4339
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)