Skip to content

Commit

Permalink
Add OTP 20,21,22,23 to be checked when commiting
Browse files Browse the repository at this point in the history
Hopefully it will work this time. Last attempt.
  • Loading branch information
rvirding committed Feb 27, 2024
1 parent 88d5840 commit de80e88
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 150 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,28 @@ on:
- cron: "0 0 * * 0"

jobs:
test:

older-builds:
name: Older Erlang/OTP ${{matrix.otp}}
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['20', '21']
rebar3: ['3.22']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- run: rebar3 do eunit, ct --cover, cover

newer-builds:
name: Newer Erlang/OTP ${{matrix.otp}}
runs-on: ubuntu-latest
name: Erlang/OTP ${{matrix.otp}}
strategy:
matrix:
otp: ['24', '25', '26']
otp: ['22', '23', '24', '25', '26']
rebar3: ['3.22']
steps:
- uses: actions/checkout@v4
Expand Down
147 changes: 0 additions & 147 deletions src/luerl_comp.txt

This file was deleted.

0 comments on commit de80e88

Please sign in to comment.