Skip to content

Commit cd82a24

Browse files
authored
Update CI
1 parent c11a9e3 commit cd82a24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- elixir: 1.7
17-
otp: 21.3
18-
- elixir: 1.14
19-
otp: 25.3
16+
- elixir: 1.12
17+
otp: 24.3
18+
- elixir: 1.18
19+
otp: 27.2
2020
lint: lint
2121

22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)