Skip to content

Commit 7482d13

Browse files
committed
Update GitHub actions
1 parent b02c292 commit 7482d13

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/housekeeping-bugfix-reproducer.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1111
name: "Test for lib/ changes"
12-
strategy:
13-
matrix:
14-
otp: [26.2]
15-
elixir: [1.16.2]
1612
steps:
1713
- uses: actions/checkout@v4
1814

1915
- uses: erlef/setup-beam@v1
2016
with:
21-
otp-version: ${{matrix.otp}}
22-
elixir-version: ${{matrix.elixir}}
17+
otp-version: 26.2
18+
elixir-version: 1.18.1
2319

2420
- run: git fetch origin master:master
2521

0 commit comments

Comments
 (0)