summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
88b4555)
Without quotes these are parsed as numbers, which can cause subtle
problems. For example, "ruby: 3.0" is interpreted by the
ruby/setup-rubyaction as "ruby: 3", meaning 3.x instead of the
intended 3.0.x
cancel-in-progress: true
env:
os: ubuntu-20.04
cancel-in-progress: true
env:
os: ubuntu-20.04
jobs:
rubocop:
name: RuboCop
jobs:
rubocop:
name: RuboCop
strategy:
matrix:
ubuntu: [20.04, 22.04]
strategy:
matrix:
ubuntu: [20.04, 22.04]
+ ruby: ['2.7', '3.0', '3.1']
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test