Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 13, 2024
1 parent d0db408 commit 9c5e185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0-rc.0]
exclude:
- elixir: 1.13.4
otp: 26.2
Expand All @@ -36,6 +36,8 @@ jobs:
otp: 24.3
- elixir: 1.17.3
otp: 24.3
- elixir: 1.18.0-rc.0
otp: 24.3

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c5e185

Please sign in to comment.