Skip to content

Commit 205367a

Browse files
committed
Remove Elixir 1.14.0-rc.1 from CI
1 parent 95ece0c commit 205367a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
otp: [21.3, 22.3, 23.3, 24.0]
19-
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
18+
otp: [21.3, 22.3, 23.3, 24.2]
19+
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
2020
exclude:
2121
- otp: 24.0
2222
elixir: 1.10.4

.github/workflows/compatibility-elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
otp: [21.3, 22.3, 23.3, 24.0]
17-
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
16+
otp: [21.3, 22.3, 23.3, 24.2]
17+
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
1818
exclude:
1919
- otp: 24.0
2020
elixir: 1.10.4

.github/workflows/compatibility-phoenix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
otp: [21.3, 22.3, 23.3, 24.0]
16-
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
15+
otp: [21.3, 22.3, 23.3, 24.2]
16+
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
1717
exclude:
1818
- otp: 24.0
1919
elixir: 1.10.4
@@ -43,8 +43,8 @@ jobs:
4343
name: "[${{matrix.otp}}/${{matrix.elixir}}] new Phoenix app analysed by Credo [OTP/Elixir]"
4444
strategy:
4545
matrix:
46-
otp: [21.3, 22.3, 23.3, 24.0]
47-
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0-rc.1]
46+
otp: [21.3, 22.3, 23.3, 24.2]
47+
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4]
4848
exclude:
4949
- otp: 24.0
5050
elixir: 1.10.4

0 commit comments

Comments
 (0)