Skip to content

Commit

Permalink
Add Elixir 1.6.1, use OTP 26.2.1, use concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Feb 5, 2024
1 parent 2edc74f commit 93d2ad9
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,27 @@ on:
branches:
- "main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
otp: ['24.3', '25.3', '26.1.2']
elixir: ['1.13.4', '1.14.5', '1.15.7']
otp: ['24.3', '25.3', '26.2.1']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.1']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '26.1.2'
- otp: '26.2.1'
elixir: '1.13.4'
- otp: '26.1.2'
- otp: '26.2.1'
elixir: '1.14.5'

env:
MIX_ENV: test

steps:
- name: Cancel previous runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: Check out source
uses: actions/checkout@v3

Expand Down

0 comments on commit 93d2ad9

Please sign in to comment.