Skip to content

Commit 05bb8a4

Browse files
committed
Adds Ruby 3.4 to test matrix
1 parent f15acd5 commit 05bb8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, head]
11+
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, head]
1212
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)