Skip to content

Commit

Permalink
Run 1.17-rc.0 and new erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed May 25, 2024
1 parent 7cacf5b commit 9e417c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# Thoroughly check the most recent versions
elixir_version: ['1.13.4', '1.14.5', '1.15.7', '1.16.1']
elixir_version: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.0-rc.0']
otp_version: ['23.3', '24.3', '25.3', '26.2']
# Spot check older versions
#
Expand All @@ -34,16 +34,21 @@ jobs:
otp_version: '23.3'
- elixir_version: '1.13.4'
otp_version: '22.3'
- elixir_version: '1.17.0-rc.0'
otp_version: '27.0'
exclude:
- elixir_version: '1.15.7'
otp_version: '23.3'
- elixir_version: '1.16.1'
- elixir_version: '1.16.3'
otp_version: '23.3'
- elixir_version: '1.13.4'
otp_version: '26.2'
- elixir_version: '1.14.5'
otp_version: '26.2'

- elixir_version: '1.17.0-rc.0'
otp_version: '23.3'
- elixir_version: '1.17.0-rc.0'
otp_version: '24.3'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.1-otp-26
erlang 26.2.2
elixir 1.17.0-rc.0-otp-27
erlang 27.0

0 comments on commit 9e417c5

Please sign in to comment.