Skip to content

Commit be2a75c

Browse files
committed
Improve CI testing
- Remove truffle+graalvm (as recommended) - Shift standardrb testing to Ruby 3.3.
1 parent 1bc4cce commit be2a75c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- jruby
2727
- jruby-head
2828
- truffleruby
29-
- truffleruby+graalvm
3029
include:
3130
- ruby: head
3231
continue-on-error: true
@@ -48,18 +47,13 @@ jobs:
4847
ruby: '3.2'
4948
- os: ubuntu-22.04
5049
ruby: '3.3'
51-
- os: ubuntu-22.04
52-
ruby: truffleruby+graalvm-head
53-
continue-on-error: true
54-
- os: ubuntu-22.04
55-
ruby: truffleruby-head
56-
continue-on-error: true
50+
standardrb: true
5751

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

6155
steps:
62-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
6357
- uses: ruby/setup-ruby@v1
6458
with:
6559
ruby-version: ${{ matrix.ruby }}
@@ -69,5 +63,5 @@ jobs:
6963

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

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

0 commit comments

Comments
 (0)