Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 4755de6

Browse files
committed
CI: build with Ruby 3.4
1 parent 04be858 commit 4755de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
ruby-version: ['2.0', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'jruby']
23+
ruby-version: ['2.0', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby']
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)