Skip to content

Commit

Permalink
Removed truffleruby-head from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 20, 2023
1 parent 95a2ef3 commit 479beb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
engine: cruby-jruby

test:
needs: ruby-versions
Expand All @@ -16,10 +17,6 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
ruby: truffleruby
- os: windows-latest
ruby: truffleruby-head
- os: windows-latest
ruby: jruby
- os: windows-latest
Expand Down

0 comments on commit 479beb1

Please sign in to comment.