Skip to content

Commit

Permalink
Make sure we test changes over newer Erlang/OTPs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jul 7, 2024
1 parent ba18169 commit ad09358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
otp: ['25.2.1']
rebar: ['3.20.0']
otp: ['25', '26', '27']
rebar: ['3.23']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ad09358

Please sign in to comment.