Update CI for OTP 24/26
This commit is contained in:
parent
f5fed0a1ff
commit
80e8ccb550
1 changed files with 10 additions and 10 deletions
20
.github/workflows/erlang.yml
vendored
20
.github/workflows/erlang.yml
vendored
|
@ -3,26 +3,26 @@ name: Erlang CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop-3.1
|
- develop-3.4
|
||||||
- develop-3.0
|
|
||||||
- develop-2.9
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- develop-3.1
|
- develop-3.4
|
||||||
- develop-3.0
|
|
||||||
- develop-2.9
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
name: Test on ${{ matrix.os }} with OTP ${{ matrix.otp }}
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
container:
|
strategy:
|
||||||
image: erlang:22.3.3
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
otp: [24, 26]
|
||||||
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: rebar3 compile
|
run: rebar3 compile
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue