Skip to content

Commit

Permalink
1.14.2 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Dec 21, 2022
1 parent 08e4571 commit cef4dfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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.10.4', '1.11.4', '1.12.3', '1.13.4']
elixir_version: ['1.10.4', '1.11.4', '1.12.3', '1.13.4', '1.14.2']
otp_version: ['22.3', '23.3', '24.3']
# Spot check older versions
include:
Expand All @@ -31,9 +31,13 @@ jobs:
otp_version: '21.3'
- elixir_version: '1.13.4'
otp_version: '25.0'
- elixir_version: '1.14.2'
otp_version: '25.2'
exclude:
- elixir_version: '1.10.4'
otp_version: '24.3'
- elixir_version: '1.14.2'
otp_version: '22.3'


steps:
Expand Down

0 comments on commit cef4dfd

Please sign in to comment.