Skip to content

Commit 9e417c5

Browse files
committed
Run 1.17-rc.0 and new erlang
1 parent 7cacf5b commit 9e417c5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/main.yml

+8-3
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.1']
16+
elixir_version: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.0-rc.0']
1717
otp_version: ['23.3', '24.3', '25.3', '26.2']
1818
# Spot check older versions
1919
#
@@ -34,16 +34,21 @@ jobs:
3434
otp_version: '23.3'
3535
- elixir_version: '1.13.4'
3636
otp_version: '22.3'
37+
- elixir_version: '1.17.0-rc.0'
38+
otp_version: '27.0'
3739
exclude:
3840
- elixir_version: '1.15.7'
3941
otp_version: '23.3'
40-
- elixir_version: '1.16.1'
42+
- elixir_version: '1.16.3'
4143
otp_version: '23.3'
4244
- elixir_version: '1.13.4'
4345
otp_version: '26.2'
4446
- elixir_version: '1.14.5'
4547
otp_version: '26.2'
46-
48+
- elixir_version: '1.17.0-rc.0'
49+
otp_version: '23.3'
50+
- elixir_version: '1.17.0-rc.0'
51+
otp_version: '24.3'
4752

4853
steps:
4954
- name: Checkout

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.16.1-otp-26
2-
erlang 26.2.2
1+
elixir 1.17.0-rc.0-otp-27
2+
erlang 27.0

0 commit comments

Comments
 (0)