Skip to content

Commit b155f43

Browse files
committed
add ruby 4.0 to CI matrix
1 parent 90992d0 commit b155f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby_version: ['3.4', '3.3', '3.2', '3.1', '3.0']
16+
ruby_version: ['4.0', '3.4', '3.3', '3.2', '3.1', '3.0']
1717

1818
steps:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)