.github/workflows/verify.yml in metasploit-model-5.0.0 vs .github/workflows/verify.yml in metasploit-model-5.0.1
- old
+ new
@@ -44,18 +44,19 @@
strategy:
fail-fast: true
matrix:
ruby:
- - 2.7
- - 3.0
- - 3.1
+ - '2.7'
+ - '3.0'
+ - '3.1'
+ - '3.2'
os:
- ubuntu-18.04
- ubuntu-22.04
exclude:
- - { os: ubuntu-22.04, ruby: 2.7 }
- - { os: ubuntu-22.04, ruby: 3.0 }
+ - { os: ubuntu-22.04, ruby: '2.7' }
+ - { os: ubuntu-22.04, ruby: '3.0' }
env:
RAILS_ENV: test
name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }}