Skip to content

Commit

Permalink
Stop (attempting) to test on Ruby 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Feb 28, 2024
1 parent 91aa0db commit 8011ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
ruby: [ '2.2', '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ]
ruby: [ '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ]
experimental: [ false ]
fail-fast: false
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 8011ce0

Please sign in to comment.