Skip to content

Commit 44a2fe0

Browse files
authored
Add Ruby v4.0 to CI
1 parent cfddc5d commit 44a2fe0

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
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-22.04, ubuntu-24.04]
13-
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
13+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)