Skip to content

Commit

Permalink
Removed Ruby 3.0 because bundler-2.6 didn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 16, 2025
1 parent 25f6985 commit 0ece651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
strategy:
matrix:
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
ruby: [ '3.4', '3.3', '3.2', '3.1' ]
test_mode: [ rack, gem ]
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 0ece651

Please sign in to comment.