add otp versions, require min pc version

This commit is contained in:
inoas
2024-05-22 17:52:08 +02:00
parent 5a758fa0c9
commit 49c9523a7a
5 changed files with 11 additions and 10 deletions

View File

@@ -10,18 +10,18 @@ jobs:
linux:
name: Test on OTP ${{ matrix.otp_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [22,23,24]
otp_version: [22,23,24,25,26,27]
os: [ubuntu-latest]
container:
image: erlang:${{ matrix.otp_version }}
steps:
- uses: actions/checkout@v2
- name: Compile
run: make
- name: Test
run: make test
run: make test