Skip to content

Commit

Permalink
chore: update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Jun 15, 2023
1 parent adf5ac9 commit 2d01b8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['24.0', '23.3', '22.3']
elixir_version: ['1.10.3', '1.11.4', '1.12.1']
exclude:
- otp_version: '24.0'
elixir_version: '1.10.3'
otp_version: ['24', '25']
elixir_version: ['1.13', '1.14']
include:
- otp_version: '26'
elixir_version: '1.14'
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
Expand Down

0 comments on commit 2d01b8f

Please sign in to comment.