Skip to content

Commit

Permalink
Add more combination
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 27, 2023
1 parent b1c8537 commit 04aef5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
matrix:
otp: ['21','23']
elixir: ['1.10', '1.11']
global-mock: [true, false]
include:
- otp: '26'
elixir: '1.14'
global-mock: [true, false]
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 04aef5d

Please sign in to comment.