Skip to content

Commit 2e7f33a

Browse files
authored
Updates runner to 24.04 and elixir to 1.18 (#191)
1 parent d687045 commit 2e7f33a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
- main
77
jobs:
88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
env:
1111
MIX_ENV: test
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- elixir: 1.11
17-
otp: 21
18-
- elixir: 1.17
16+
- elixir: 1.14
17+
otp: 24
18+
- elixir: 1.18
1919
otp: 27
2020
lint: lint
2121
steps:

0 commit comments

Comments
 (0)