Skip to content

Commit

Permalink
Test it OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 6, 2023
1 parent 5829547 commit 7722cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: ${{ matrix.test-type }} test on OTP ${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: ['25.3', '24.3']
rebar_vsn: ['3.20.0']
otp_vsn: ['26.1', '25.3', '24.3']
rebar_vsn: ['3.22.0']
test-type: ['regular', 'integration']
runs-on: 'ubuntu-22.04'
steps:
Expand Down

0 comments on commit 7722cec

Please sign in to comment.