Skip to content

Commit

Permalink
ci: test with Elixir 1.17wq
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 8, 2024
1 parent 514721e commit fcb514e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
strategy:
matrix:
beam:
- { otp: '27', elixir: '1.17' }
- { otp: '26', elixir: '1.16' }
- { otp: '26', elixir: '1.15' }
- { otp: '25', elixir: '1.14' }
- { otp: '25', elixir: '1.13' }
Expand All @@ -17,7 +19,7 @@ jobs:
runner: ubuntu-latest
include:
- os: { name: Windows, runner: windows-latest }
beam: { otp: '26', elixir: '1.15' }
beam: { otp: '27', elixir: '1.17' }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fcb514e

Please sign in to comment.