Skip to content

Commit

Permalink
Update ci.yml for newer versions and also drop some old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bglusman authored Jun 17, 2024
1 parent eca4223 commit 08e5ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
strategy:
matrix:
otp: [21.x, 22.x, 23.x, 24.x]
elixir: [1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x]
otp: [23.x, 24.x, 25.x, 26.x]
elixir: [1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 08e5ce9

Please sign in to comment.