Skip to content

Commit

Permalink
Testing if we can make github happy to run 20 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rvirding committed Mar 25, 2024
1 parent 09c489c commit 1c0252c
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['21', '22', '23']
otp: ['20', '21', '22', '23']
rebar3: ['3.14.1', '3.14.3']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1c0252c

Please sign in to comment.