Skip to content

Commit f8bde90

Browse files
authored
Update CI
1 parent 2b20ce7 commit f8bde90

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
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
MIX_ENV: test
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
include:
1818
- pair:
19-
elixir: 1.11
20-
otp: 23.0
19+
elixir: 1.14
20+
otp: 24.2
2121
- pair:
22-
elixir: 1.17
23-
otp: 25.3
22+
elixir: 1.18
23+
otp: 27.3
2424
lint: lint
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)