Skip to content

Commit

Permalink
Update test.yml (#273)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update test.yml

* Update test.yml
  • Loading branch information
sobolevn authored Apr 11, 2024
1 parent 4f84dd7 commit 9354659
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,24 @@ name: test
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest
env:
MIX_ENV: test
strategy:
fail-fast: false
matrix:
elixir: ['1.13', '1.14', '1.15']
otp: ['24', '25']
continue-on-error: false
elixir: ['1.14', '1.15', '1.16']
otp: ['25', '26']

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

0 comments on commit 9354659

Please sign in to comment.