Skip to content

Commit

Permalink
Merge pull request #3 from pbrudnick/fix_ci
Browse files Browse the repository at this point in the history
Use explicit ubuntu version and add OTP 25 test
  • Loading branch information
ferd authored Jul 3, 2023
2 parents ab2ae48 + 0db7abf commit 2f1cbef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:

build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
otp: ['23.3', '24.3']
rebar: ['3.18.0']
otp: ['23.3', '24.3', '25.2.1']
rebar: ['3.20.0']

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

0 comments on commit 2f1cbef

Please sign in to comment.