We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4b3c22 + ee3c2b5 commit f2f24d5Copy full SHA for f2f24d5
.github/workflows/ci.yaml
@@ -39,7 +39,6 @@ jobs:
39
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
40
include:
41
- ruby: 'jruby-9.4.12.1'
42
- - ruby: 'jruby-9.4.8.0'
43
- ruby: 'jruby-10.0.2.0'
44
runs-on: ubuntu-24.04
45
steps:
@@ -140,7 +139,6 @@ jobs:
140
139
- {os: ubuntu-latest, ruby: '2.7'}
141
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
142
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
143
- - {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
144
- {os: ubuntu-latest, ruby: 'jruby-9.4.12.1'}
145
- {os: ubuntu-latest, ruby: 'jruby-10.0.2.0'}
146
- {os: windows-2022, ruby: '2.7'}
0 commit comments