Skip to content

Commit 2230f0b

Browse files
committed
add ruby 4.0 in build workflow
1 parent ffccfcb commit 2230f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
ruby: ['2.7', '3.2', '3.3', '3.4']
23+
ruby: ['2.7', '3.2', '3.3', '3.4', '4.0']
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:

0 commit comments

Comments
 (0)