Skip to content

Commit

Permalink
Remove OTP24 from CI because gen_server does not export from typeb
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Jan 17, 2024
1 parent b5123e3 commit 3d9d72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: ${{ matrix.test-type }} test on OTP ${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: ['26.1', '25.3', '24.3']
otp_vsn: ['26.1', '25.3']
rebar_vsn: ['3.22.0']
test-type: ['regular', 'integration']
runs-on: 'ubuntu-22.04'
Expand Down

0 comments on commit 3d9d72f

Please sign in to comment.