mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Fix version naming in GHA yml
This commit is contained in:
parent
119a302c6d
commit
992c49e17d
1 changed files with 8 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- "10.15"
|
||||
- "11.0"
|
||||
- '10.15'
|
||||
- '11.0'
|
||||
platform:
|
||||
- x86_64
|
||||
# arm64
|
||||
|
@ -29,11 +29,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.0
|
||||
- '2.4'
|
||||
- '2.5'
|
||||
- '2.6'
|
||||
- '2.7'
|
||||
- '3.0'
|
||||
platform:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
libc:
|
||||
- gnu
|
||||
- musl
|
||||
name: Build (linux)
|
||||
name: Test (linux)
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Enable ${{ matrix.platform }} platform
|
||||
|
|
Loading…
Reference in a new issue