Skip to content

Commit b2f5a93

Browse files
committed
Try loose version-type
1 parent f55976f commit b2f5a93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ jobs:
66
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
77
strategy:
88
matrix:
9-
otp: ['23.3.4.19', '24.3.4.14', '25.3.2.6', '26.0.2']
9+
otp: ['23', '24', '25', '26']
1010
rebar3: ['3.22.1']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: erlef/setup-beam@v1
1414
with:
1515
otp-version: ${{matrix.otp}}
1616
rebar3-version: ${{matrix.rebar3}}
17-
version-type: strict
1817
- run: rebar3 compile
1918
- run: rebar3 ct

0 commit comments

Comments
 (0)