Skip to content

Commit db534be

Browse files
committed
Add Elixir 1.19.0-rc.2 to GitHub actions
1 parent fdc365b commit db534be

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
otp: [25.3, 26.2, 27.3]
19-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.0]
19+
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.2]
2020
exclude:
2121
- elixir: 1.15.7
2222
otp: 27.3
2323
- elixir: 1.16.2
2424
otp: 27.3
25-
- elixir: 1.19.0-rc.0
25+
- elixir: 1.19.0-rc.2
2626
otp: 25.3
2727

2828
steps:

.github/workflows/compatibility-canary-smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- uses: erlef/setup-beam@v1
117117
with:
118118
otp-version: 26.2
119-
elixir-version: 1.19.0-rc.0
119+
elixir-version: 1.19.0-rc.2
120120
- run: mix deps.get
121121
- run: mix deps.compile
122122
- run: mix compile

.github/workflows/compatibility-elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
repo_url: ["https://github.com/elixir-lang/elixir.git"]
1717
repo_branch: ["v1.18", "main"]
1818
otp: [25.3, 26.2, 27.3]
19-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.0]
19+
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.2]
2020
exclude:
2121
- elixir: 1.15.7
2222
otp: 27.3
2323
- elixir: 1.16.2
2424
otp: 27.3
25-
- elixir: 1.19.0-rc.0
25+
- elixir: 1.19.0-rc.2
2626
otp: 25.3
2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/compatibility-phoenix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
1616
repo_branch: ["v1.6", "main"]
1717
otp: [25.3, 26.2, 27.3]
18-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.0]
18+
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.2]
1919
exclude:
2020
- elixir: 1.15.7
2121
otp: 27.3
2222
- elixir: 1.16.2
2323
otp: 27.3
24-
- elixir: 1.19.0-rc.0
24+
- elixir: 1.19.0-rc.2
2525
otp: 25.3
2626
steps:
2727
- uses: actions/checkout@v4
@@ -42,13 +42,13 @@ jobs:
4242
strategy:
4343
matrix:
4444
otp: [25.3, 26.2, 27.3]
45-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.0]
45+
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0-rc.2]
4646
exclude:
4747
- elixir: 1.15.7
4848
otp: 27.3
4949
- elixir: 1.16.2
5050
otp: 27.3
51-
- elixir: 1.19.0-rc.0
51+
- elixir: 1.19.0-rc.2
5252
otp: 25.3
5353
steps:
5454
- uses: actions/checkout@v4

.github/workflows/housekeeping-bugfix-reproducer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: erlef/setup-beam@v1
1616
with:
1717
otp-version: 27.3
18-
elixir-version: 1.19.0-rc.0
18+
elixir-version: 1.19.0-rc.2
1919

2020
- run: git fetch origin master:master
2121

.github/workflows/housekeeping.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: 27.3
22-
elixir-version: 1.19.0-rc.0
22+
elixir-version: 1.19.0-rc.2
2323
- run: mix deps.get
2424
- run: mix compile
2525
- run: ./test/check_formatted.sh
@@ -34,7 +34,7 @@ jobs:
3434
- uses: erlef/setup-beam@v1
3535
with:
3636
otp-version: 27.3
37-
elixir-version: 1.19.0-rc.0
37+
elixir-version: 1.19.0-rc.2
3838
- run: mix deps.get
3939
- run: mix test test/credo/check/housekeeping_trigger.exs
4040

@@ -48,7 +48,7 @@ jobs:
4848
- uses: erlef/setup-beam@v1
4949
with:
5050
otp-version: 27.3
51-
elixir-version: 1.19.0-rc.0
51+
elixir-version: 1.19.0-rc.2
5252
- run: mix deps.get
5353
- run: mix test test/credo/check/housekeeping_params.exs
5454

@@ -62,7 +62,7 @@ jobs:
6262
- uses: erlef/setup-beam@v1
6363
with:
6464
otp-version: 27.3
65-
elixir-version: 1.19.0-rc.0
65+
elixir-version: 1.19.0-rc.2
6666
- run: mix deps.get
6767
- run: ASSERT_TRIGGERS=1 mix test
6868

@@ -76,7 +76,7 @@ jobs:
7676
- uses: erlef/setup-beam@v1
7777
with:
7878
otp-version: 27.3
79-
elixir-version: 1.19.0-rc.0
79+
elixir-version: 1.19.0-rc.2
8080
- run: mix deps.get
8181
- run: mix deps.compile 2>&1 | ./test/error_if_warnings.sh
8282

0 commit comments

Comments
 (0)