Skip to content

Commit

Permalink
Run CI on latest version of OTP, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Sep 27, 2024
1 parent 9ef67e7 commit ff3ddf6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ on:
- reopened
- synchronize
schedule:
- cron: "0 0 * * 0"
- cron: "0 0 * * 0"

jobs:

older-builds:
name: Older Erlang/OTP ${{matrix.otp}}
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['21', '22', '23']
rebar3: ['3.14.1', '3.14.3']
otp: ["22", "23", "24"]
rebar3: ["3.14.1", "3.14.3"]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand All @@ -33,8 +32,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['24', '25', '26']
rebar3: ['3.22']
otp: ["25", "26", "27"]
rebar3: ["3.24"]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ff3ddf6

Please sign in to comment.