1 parent e5bea0e commit 0188ebaCopy full SHA for 0188eba
1 file changed
.github/workflows/ci.yml
@@ -8,21 +8,6 @@ jobs:
8
fail-fast: false
9
matrix:
10
include:
11
- - otp: '21' # :parse_trans does not support OTP 20 anymore
12
- elixir: '1.7.4'
13
- os: 'ubuntu-20.04'
14
- - otp: '22'
15
16
17
- - otp: '21'
18
- elixir: '1.9'
19
20
21
22
23
24
- elixir: '1.11'
25
26
- otp: '24'
27
elixir: '1.11'
28
os: 'ubuntu-22.04'
@@ -32,6 +17,12 @@ jobs:
32
33
elixir: '1.13'
34
+ - otp: '24'
+ elixir: '1.14'
+ os: 'ubuntu-22.04'
+ - otp: '27'
+ elixir: '1.18'
35
steps:
36
- uses: actions/checkout@v2
37
- uses: erlef/setup-beam@v1
0 commit comments