Skip to content

Commit

Permalink
ci: use latest Elixir and OTP versions for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 4, 2024
1 parent 43277cc commit 86781a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mutation_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.14.1
otp: 25.1
- elixir: 1.17.3
otp: 27.1

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

0 comments on commit 86781a5

Please sign in to comment.