Skip to content

Commit 2e476f0

Browse files
committed
remove old versions
1 parent 3f64e97 commit 2e476f0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,16 @@ jobs:
1919
build:
2020
name: Build and test
2121
runs-on: ubuntu-20.04
22-
2322
strategy:
2423
fail-fast: false
2524
matrix:
2625
pair:
26+
- elixir: 1.17
27+
otp: 27.1
2728
- elixir: 1.16
2829
otp: 26.2
2930
- elixir: 1.15
3031
otp: 26.2
31-
- elixir: 1.14
32-
otp: 25.3
33-
- elixir: 1.13
34-
otp: 25.3
35-
- elixir: 1.13
36-
otp: 24.2
3732

3833
steps:
3934
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)