Skip to content

Commit 5f4e8a3

Browse files
committed
ci: add Ruby 4.0 to test matrix
1 parent e2ac5a9 commit 5f4e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest]
9-
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head]
9+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', head]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)