Skip to content

Commit

Permalink
Merge pull request #551 from flori/exclude-truffleruby
Browse files Browse the repository at this point in the history
Exclude truffleruby-head from Actions
  • Loading branch information
hsbt committed Dec 1, 2023
2 parents 0cbcd0e + c9091b6 commit 3bfa53f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-jruby
min_version: 2.3

host:
Expand All @@ -30,9 +31,9 @@ jobs:
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
- { os: macos-latest , ruby: truffleruby }
- { os: ubuntu-latest , ruby: truffleruby }
exclude:
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }
- { os: windows-latest, ruby: jruby }
- { os: windows-latest, ruby: jruby-head }

Expand Down

0 comments on commit 3bfa53f

Please sign in to comment.