Skip to content

Commit

Permalink
Remove Ruby 2.2 from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Oct 3, 2023
1 parent ba9832e commit f91394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head, jruby-head, truffleruby-head]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head, jruby-head, truffleruby-head]
fail-fast: false
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit f91394f

Please sign in to comment.