test same versions as on travis for now

This commit is contained in:
Andrei Neculau 2021-01-06 02:18:06 +01:00
parent 8a6bde1388
commit 2a50197c1c
No known key found for this signature in database
GPG Key ID: 79FA7EE650BF9A61

View File

@ -38,14 +38,15 @@ jobs:
- 22.1 - 22.1
- 22.2 - 22.2
- 22.3 - 22.3
- 23.0 # - 23.0
- 23.1 # - 23.1
name: 'ci-erl:${{ matrix.otp_vsn }}' name: 'ci-erl:${{ matrix.otp_vsn }}'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: 'erlang:${{ matrix.otp_vsn }}' image: 'erlang:${{ matrix.otp_vsn }}'
env: env:
LATEST_OTP_RELEASE: 23.1 # LATEST_OTP_RELEASE: 23.1
LATEST_OTP_RELEASE: 22.3
steps: steps:
- shell: bash - shell: bash
run: | run: |