Skip to content

Commit

Permalink
Add latest Erlang 26.x to CI, bump rebar3, and GitHub actions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Oct 31, 2023
1 parent 509a4ae commit c09b246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
otp_version: ["25.2", "24.3.4.7"]
otp_version: ["26.1.2", "25.2", "24.3.4.7"]
os: [ubuntu-22.04]
rebar3_version: ["3.20.0"]
rebar3_version: ["3.22.1"]
include:
- otp_version: "23.3.4.18"
os: ubuntu-20.04
Expand All @@ -28,13 +28,13 @@ jobs:
env:
OTP_VERSION: ${{ matrix.otp_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: ${{ matrix.rebar3_version }}
version-type: loose
- uses: actions/cache@v2
- uses: actions/cache@v3
name: Cache
with:
path: |
Expand Down

0 comments on commit c09b246

Please sign in to comment.