Skip to content

Commit

Permalink
Improve CI testing
Browse files Browse the repository at this point in the history
- Remove truffle+graalvm (as recommended)
- Shift standardrb testing to Ruby 3.3.
  • Loading branch information
halostatue committed Jun 6, 2024
1 parent 1bc4cce commit be2a75c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- jruby
- jruby-head
- truffleruby
- truffleruby+graalvm
include:
- ruby: head
continue-on-error: true
Expand All @@ -48,18 +47,13 @@ jobs:
ruby: '3.2'
- os: ubuntu-22.04
ruby: '3.3'
- os: ubuntu-22.04
ruby: truffleruby+graalvm-head
continue-on-error: true
- os: ubuntu-22.04
ruby: truffleruby-head
continue-on-error: true
standardrb: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.continue-on-error || false }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -69,5 +63,5 @@ jobs:

- run: bundle exec ruby -S rake test --trace

- if: matrix.os == 'ubuntu-22.04' && matrix.ruby == '3.3'
- if: matrix.standardrb == true
run: bundle exec standardrb

0 comments on commit be2a75c

Please sign in to comment.