We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5c7b7 commit d2eb7c2Copy full SHA for d2eb7c2
1 file changed
.github/workflows/ci.yml
@@ -6,18 +6,18 @@ on:
6
- master
7
jobs:
8
test:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
10
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
11
env:
12
MIX_ENV: test
13
strategy:
14
fail-fast: false
15
matrix:
16
include:
17
- - elixir: 1.11.4
18
- otp: 23.3
19
- - elixir: 1.17.1
20
- otp: 27.0
+ - elixir: 1.14
+ otp: 24.3
+ - elixir: 1.18
+ otp: 27.3
21
lint: true
22
steps:
23
- uses: actions/checkout@v4
0 commit comments