Skip to content

Commit ff7c96d

Browse files
committed
Update CI
1 parent 18e162e commit ff7c96d

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
name: Lint
1717
strategy:
1818
matrix:
19-
os: ["ubuntu-20.04"]
20-
elixir: ["1.16"]
21-
otp: ["26"]
19+
os: ["ubuntu-latest"]
20+
elixir: ["1.17"]
21+
otp: ["27"]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: erlef/setup-beam@v1
2525
with:
2626
otp-version: ${{ matrix.otp }}
@@ -48,14 +48,20 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
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"]
5454
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"
5763
steps:
58-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
5965
- uses: erlef/setup-beam@v1
6066
with:
6167
otp-version: ${{ matrix.otp }}

0 commit comments

Comments
 (0)