Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jun 1, 2024
1 parent 0058645 commit cef5ecb
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [23.3, 24.3, 25.3]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
otp: [24.3, 25.3, 26.2, 27.0]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
exclude:
- elixir: 1.13.4
otp: 26.2
- elixir: 1.13.4
otp: 27.0
- elixir: 1.14.5
otp: 26.2
- elixir: 1.14.5
otp: 27.0
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.3
Expand All @@ -28,11 +36,11 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
include:
- elixir: 1.15.7
otp: 26.1
- elixir: 1.16.2
otp: 26.2
otp: 24.3
- elixir: 1.17.0-rc.0
otp: 24.3

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

0 comments on commit cef5ecb

Please sign in to comment.