Skip to content

Commit e110f49

Browse files
committed
Revert "Test only with truffleruby-head"
* This reverts commit 2361a8a. * truffleruby 24.0.0 is out and has the fix, see #1095
1 parent d0074a2 commit e110f49

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ permissions: # added using https://github.com/step-security/secure-workflows
88
jobs:
99
ruby-versions:
1010
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
11-
with:
12-
engine: cruby-jruby
1311

1412
test:
1513
needs: ruby-versions
@@ -18,12 +16,11 @@ jobs:
1816
matrix:
1917
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2018
os: [ubuntu-latest, macos-latest, windows-latest]
21-
include:
22-
- os: ubuntu-latest
23-
ruby: truffleruby-head
24-
- os: macos-latest
25-
ruby: truffleruby-head
2619
exclude:
20+
- os: windows-latest
21+
ruby: truffleruby
22+
- os: windows-latest
23+
ruby: truffleruby-head
2724
- os: windows-latest
2825
ruby: jruby
2926
- os: windows-latest

0 commit comments

Comments
 (0)