Skip to content

Commit 38b9330

Browse files
committed
Add Ruby 3.4 to test matrix
1 parent a4d0c44 commit 38b9330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: [3.2, 3.3]
21+
ruby: [3.2, 3.3, 3.4]
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)