Skip to content

Commit

Permalink
Remove unsupported versions from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Oct 3, 2023
1 parent 2ccd32f commit ba57a3c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir-version: [1.15.x, 1.14.x, 1.13.x, 1.12.x, 1.11.x, 1.10.x, 1.9.x, 1.8.x]
elixir-version: [1.15.x, 1.14.x, 1.13.x, 1.12.x]
include:
- elixir-version: 1.15.x
otp-version: 26.x
Expand All @@ -17,14 +17,6 @@ jobs:
otp-version: 25.x
- elixir-version: 1.12.x
otp-version: 24.x
- elixir-version: 1.11.x
otp-version: 23.x
- elixir-version: 1.10.x
otp-version: 22.x
- elixir-version: 1.9.x
otp-version: 21.x
- elixir-version: 1.8.x
otp-version: 20.x
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ba57a3c

Please sign in to comment.