We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7406ba commit db76177Copy full SHA for db76177
1 file changed
.github/workflows/ci.yml
@@ -7,28 +7,28 @@ 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'
+ - otp: '25'
+ rebar3: '3.24.0'
22
steps:
23
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
25
26
- uses: erlef/setup-beam@v1
27
with:
28
otp-version: ${{matrix.otp}}
29
rebar3-version: ${{matrix.rebar3}}
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
32
env:
33
cache-name: rebar3
34
0 commit comments