Skip to content

Commit

Permalink
Fix GH Actions CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Feb 11, 2025
1 parent c59119d commit 4de2a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.12.0
otp: 22.3
- elixir: 1.15.2
otp: 25.3
- elixir: 1.15.8
otp: 24.3.4.17
- elixir: 1.17.3
otp: 27.2
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 4de2a0e

Please sign in to comment.