We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7406ba commit ba8d348Copy full SHA for ba8d348
1 file changed
.github/workflows/ci.yml
@@ -7,18 +7,20 @@ on:
7
8
jobs:
9
ci:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
12
strategy:
13
matrix:
14
- otp: ['25', '26', '27']
+ otp: ['26', '27']
15
rebar3: ['3']
16
# latest rebar3 versions that do not give problems with selected OTPs
17
include:
18
- otp: '23'
19
rebar3: '3.20.0'
20
- otp: '24'
21
rebar3: '3.23.0'
22
+ - otp: '25'
23
+ rebar3: '3.24.0'
24
steps:
25
26
- uses: actions/checkout@v2
0 commit comments