Skip to content

Commit

Permalink
GitHub Actions: Run tests against Erlang/OTP 25 to 27
Browse files Browse the repository at this point in the history
While here, use Erlang/OTP 27 to build docs.
  • Loading branch information
dumbbell committed Jun 4, 2024
1 parent bf9d8b7 commit f9f2ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24
rebar3-version: '3.16.1'
otp-version: 27
rebar3-version: '3.23.0'

- name: Generate
run: rebar3 edoc
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:

strategy:
matrix:
otp_version: [23, 24]
otp_version: [23, 24, 25, 26, 27]
os: [ubuntu-latest]

env:
LATEST_OTP_RELEASE: 24
LATEST_OTP_RELEASE: 27

steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
id: install-erlang
with:
otp-version: ${{matrix.otp_version}}
rebar3-version: '3.16.1'
rebar3-version: '3.23.0'

- name: Restore Dialyzer PLT files from cache
uses: actions/cache@v2
Expand Down

0 comments on commit f9f2ab8

Please sign in to comment.