mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
test same versions as on travis for now
This commit is contained in:
parent
8a6bde1388
commit
2a50197c1c
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user