Skip to content

Commit 1ac1d80

Browse files
FredReininkueno
authored andcommitted
Add Ruby 3.4 to the CI pipeline matrix
1 parent 85c16a2 commit 1ac1d80

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
16+
ruby: ['3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
1717
use_system_libraries: [false, true]
1818

1919
steps:

0 commit comments

Comments
 (0)