Skip to content

Commit

Permalink
ci: updates elixir/otp versions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy authored May 24, 2024
1 parent 4654ad6 commit 3b3b886
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ jobs:
fail-fast: false
matrix:
include:
- elixir_version: 1.16.1
otp_version: '26.2.1'
- elixir_version: '1.17'
otp_version: '27.0'
lint: true
- elixir_version: 1.15.7
otp_version: '25.3.2.8'
- elixir_version: 1.14.5
otp_version: '24.3.4.15'
- elixir_version: 1.13.4
otp_version: '24.3.4.15'
- elixir_version: '1.16'
otp_version: '26.2.5'
- elixir_version: '1.15'
otp_version: '25.3.2.12'
- elixir_version: '1.14'
otp_version: '24.3.4.17'
- elixir_version: '1.13'
otp_version: '24.3.4.17'
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 3b3b886

Please sign in to comment.