Skip to content

Commit

Permalink
drop jruby from ci (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus authored Jul 29, 2024
1 parent 943bdd9 commit 0fd5fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ permissions:

jobs:
test:
continue-on-error: ${{ contains(fromJSON('["head", "jruby"]'), matrix.ruby-version) }}
continue-on-error: ${{ contains(fromJSON('["head"]'), matrix.ruby-version) }}
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head', 'jruby']
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
timeout-minutes: 5

steps:
Expand Down

0 comments on commit 0fd5fa2

Please sign in to comment.