mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Defines exact ruby verison (#2256)
This commit is contained in:
parent
e046ee5c58
commit
a2c1b9cc2a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-18.04]
|
||||
ruby: [ 2.7, 3.0 ]
|
||||
ruby: [ '2.7', '3.0.3' ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
|
||||
steps:
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ 2.7, 3.0 ]
|
||||
ruby: [ '2.7', '3.0.3' ]
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue