Skip to content

Commit

Permalink
Update GitHub Actions workflow to use Elixir 1.14 and OTP 25
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 25, 2024
1 parent 69181f0 commit 21ed004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: true
matrix:
include:
- otp: '26'
elixir: '1.16'
- otp: '25'
elixir: '1.14'
global-mock: true
experimental: false
- otp: '26'
elixir: '1.16'
- otp: '25'
elixir: '1.14'
global-mock: false
experimental: false
- otp: "27"
Expand Down

0 comments on commit 21ed004

Please sign in to comment.