File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 26
26
- jruby
27
27
- jruby-head
28
28
- truffleruby
29
- - truffleruby+graalvm
30
29
include :
31
30
- ruby : head
32
31
continue-on-error : true
@@ -48,18 +47,13 @@ jobs:
48
47
ruby : ' 3.2'
49
48
- os : ubuntu-22.04
50
49
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
57
51
58
52
runs-on : ${{ matrix.os }}
59
53
continue-on-error : ${{ matrix.continue-on-error || false }}
60
54
61
55
steps :
62
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
63
57
- uses : ruby/setup-ruby@v1
64
58
with :
65
59
ruby-version : ${{ matrix.ruby }}
69
63
70
64
- run : bundle exec ruby -S rake test --trace
71
65
72
- - if : matrix.os == 'ubuntu-22.04' && matrix.ruby == '3.3'
66
+ - if : matrix.standardrb == true
73
67
run : bundle exec standardrb
You can’t perform that action at this time.
0 commit comments