Skip to content

Commit

Permalink
Merge pull request #659 from sparklemotion/flavorjones-ci-drop-jruby-…
Browse files Browse the repository at this point in the history
…and-truffleruby

ci: drop jruby and truffleruby, add 3.4
  • Loading branch information
flavorjones authored Dec 27, 2024
2 parents 7f140c2 + a7f9461 commit c3cd522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby"]
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["head", "jruby-head", "truffleruby-head"]
ruby-version: ["head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with: { ruby-version: "3.3" }
with: { ruby-version: "3.4" }
- run: |
bundle add ${{matrix.name}} --git="${{matrix.git}}"
bundle show
Expand Down

0 comments on commit c3cd522

Please sign in to comment.