Skip to content

Commit

Permalink
Use explicit ubuntu version and add OTP 25 test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrudnick committed Jul 3, 2023
1 parent 91b350c commit 0db7abf
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 0db7abf

Please sign in to comment.