Skip to content

Commit 59337f9

Browse files
committed
Test against newest elixir/erlang
1 parent a62708c commit 59337f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# Thoroughly check the most recent versions
16-
elixir_version: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.0-rc.1']
16+
elixir_version: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.3']
1717
otp_version: ['23.3', '24.3', '25.3', '26.2']
1818
# Spot check older versions
1919
#
@@ -34,8 +34,8 @@ jobs:
3434
otp_version: '23.3'
3535
- elixir_version: '1.13.4'
3636
otp_version: '22.3'
37-
- elixir_version: '1.17.0-rc.1'
38-
otp_version: '27.0'
37+
- elixir_version: '1.17.3'
38+
otp_version: '27.1'
3939
exclude:
4040
- elixir_version: '1.15.7'
4141
otp_version: '23.3'
@@ -45,9 +45,9 @@ jobs:
4545
otp_version: '26.2'
4646
- elixir_version: '1.14.5'
4747
otp_version: '26.2'
48-
- elixir_version: '1.17.0-rc.1'
48+
- elixir_version: '1.17.3'
4949
otp_version: '23.3'
50-
- elixir_version: '1.17.0-rc.1'
50+
- elixir_version: '1.17.3'
5151
otp_version: '24.3'
5252

5353
steps:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.17.0-rc.1-otp-27
2-
erlang 27.0
1+
elixir 1.17.3-otp-27
2+
erlang 27.1

0 commit comments

Comments
 (0)