Skip to content

Commit

Permalink
Update CI (#142)
Browse files Browse the repository at this point in the history
Not sure exactly what the testing strategy is but:

* include elixir 1.17 & erlang 27
* run elixir 1.16 against erlang 26 as well to cover erlang 26
* since most versions seem to forego patch levels, remove that from elixir 1.15
  • Loading branch information
PragTob authored Nov 21, 2024
1 parent 584a624 commit 66b7884
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- otp-version: 24.3
elixir-version: 1.16
- otp-version: 25
elixir-version: 1.15.1
- otp-version: 25
elixir-version: 1.15
- otp-version: 26
elixir-version: 1.16
- otp-version: 27
elixir-version: 1.17
check-formatted: true
report-coverage: true
steps:
Expand Down

0 comments on commit 66b7884

Please sign in to comment.