Skip to content

Commit 1be5089

Browse files
committed
Add Ruby 3.4 to CI matrix
1 parent fe999c5 commit 1be5089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
17+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1818
os: [ubuntu-24.04]
1919
include:
2020
- os: macos-14

0 commit comments

Comments
 (0)