Skip to content

Commit

Permalink
update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed May 10, 2024
1 parent 80b6552 commit 1430dd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
strategy:
matrix:
include:
- { elixir: 1.12, otp: 23 }
- { elixir: 1.12, otp: 24 }
- { elixir: 1.13, otp: 23 }
- { elixir: 1.13, otp: 24 }
- { elixir: 1.14, otp: 23 }
Expand All @@ -32,6 +30,9 @@ jobs:
- { elixir: 1.16, otp: 24 }
- { elixir: 1.16, otp: 25 }
- { elixir: 1.16, otp: 26 }
- { elixir: 1.17.0-dev, otp: 25 }
- { elixir: 1.17.0-dev, otp: 26 }
- { elixir: 1.17.0-dev, otp: 27.0-rc1 }
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1430dd5

Please sign in to comment.