Skip to content

Commit

Permalink
Added Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 27, 2024
1 parent b7f6fbf commit 34c798e
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.3', '3.2', '3.1', '3.0' ]
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
test_mode: [ rack, gem ]
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 34c798e

Please sign in to comment.