Skip to content

Attempt to fix test.yaml os:, take 2 #3

Attempt to fix test.yaml os:, take 2

Attempt to fix test.yaml os:, take 2 #3

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
if: " ! (contains(github.event.head_commit.message, 'skip ci') || contains(github.event.head_commit.message, 'ci skip'))"
name: '${{matrix.ruby}} on ${{matrix.os}}'
strategy:
matrix:
os: [ ubuntu-22.04 ]

Check failure on line 16 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
ruby: [
'3.1', '3.2', '3.3', '3.4'
'jruby-9.4',
'truffleruby-22.3' ]
experimental: [ false ]
fail-fast: false
runs-on: ${{matrix.os}}
continue-on-error: ${{matrix.experimental}}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: ruby --version
- run: gem --version
- run: bundle --version
- run: bundle exec proba --monochrome