Skip to content

Commit aca8f8c

Browse files
committed
Update erlang.yml
1 parent b640b2f commit aca8f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/erlang.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
matrix:
21-
version: [27.1, 27.0, 26.2, 26.1, 26.0, 25.3, 25.2, 25.1, 25.0, 24.3, 24.2, 24.1, 24.0, 23.3, 23.2, 23.1, 23.0, 22, 21, 20, 19.3, 18.3]
21+
version: [27, 26, 25, 24, 23, 22, 21, 20]
2222
rebar: [rebar, rebar3]
2323
container:
2424
image: erlang:${{ matrix.version }}

0 commit comments

Comments
 (0)