Skip to content

Commit

Permalink
Try loose version-type
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Sep 16, 2023
1 parent f55976f commit b2f5a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ jobs:
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
strategy:
matrix:
otp: ['23.3.4.19', '24.3.4.14', '25.3.2.6', '26.0.2']
otp: ['23', '24', '25', '26']
rebar3: ['3.22.1']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
version-type: strict
- run: rebar3 compile
- run: rebar3 ct

0 comments on commit b2f5a93

Please sign in to comment.