File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
name : Lint
17
17
strategy :
18
18
matrix :
19
- os : ["ubuntu-20.04 "]
20
- elixir : ["1.16 "]
21
- otp : ["26 "]
19
+ os : ["ubuntu-latest "]
20
+ elixir : ["1.17 "]
21
+ otp : ["27 "]
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : erlef/setup-beam@v1
25
25
with :
26
26
otp-version : ${{ matrix.otp }}
@@ -48,14 +48,20 @@ jobs:
48
48
strategy :
49
49
fail-fast : false
50
50
matrix :
51
- os : ["ubuntu-20.04 ", "windows-2019"]
52
- elixir : ["1.16", "1.15", "1.14"]
53
- otp : ["26", "25", "24"]
51
+ os : ["ubuntu-latest ", "windows-2019"]
52
+ elixir : ["1.17", "1. 16", "1.15", "1.14"]
53
+ otp : ["27", " 26", "25", "24"]
54
54
exclude :
55
- - elixir : " 1.13"
56
- otp : " 26"
55
+ - elixir : " 1.14"
56
+ otp : " 27"
57
+ - elixir : " 1.15"
58
+ otp : " 27"
59
+ - elixir : " 1.16"
60
+ otp : " 27"
61
+ - elixir : " 1.17"
62
+ otp : " 24"
57
63
steps :
58
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
59
65
- uses : erlef/setup-beam@v1
60
66
with :
61
67
otp-version : ${{ matrix.otp }}
You can’t perform that action at this time.
0 commit comments