Skip to content

Commit d2eb7c2

Browse files
authored
Update CI (#86)
1 parent 7d5c7b7 commit d2eb7c2

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
@@ -6,18 +6,18 @@ on:
66
- master
77
jobs:
88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1111
env:
1212
MIX_ENV: test
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- elixir: 1.11.4
18-
otp: 23.3
19-
- elixir: 1.17.1
20-
otp: 27.0
17+
- elixir: 1.14
18+
otp: 24.3
19+
- elixir: 1.18
20+
otp: 27.3
2121
lint: true
2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)