Skip to content

Commit

Permalink
Add CI combination for OTP26 and Elixir 1.14 (#212)
Browse files Browse the repository at this point in the history
* Add OTP26 + Elixir 1.5 combination to workflow

* Elixir v1.14

* Add more combination

---------

Co-authored-by: parroty <[email protected]>
  • Loading branch information
parroty and parroty authored Aug 27, 2023
1 parent 9e0dcfb commit 5023de6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
otp: ['21','23']
elixir: ['1.10', '1.11']
global-mock: [true, false]
include:
- otp: '26'
elixir: '1.14'
global-mock: true
- otp: '26'
elixir: '1.14'
global-mock: false
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5023de6

Please sign in to comment.