Skip to content

Commit d895ceb

Browse files
committed
Add Ruby 4.0 to the testing matrix in GitHub Actions workflow
1 parent 7a685f1 commit d895ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- macos-15-intel
1616
- macos-latest
1717
- windows-latest
18-
ruby: ["2.7", "3.2", "3.3", "3.4"]
18+
ruby: ["2.7", "3.2", "3.3", "3.4", "4.0"]
1919
runs-on: ${{ matrix.runner }}
2020
steps:
2121
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)