Skip to content

Commit 84071c1

Browse files
committed
Add Ruby 4.0 support to CI test matrix
1 parent 7bda933 commit 84071c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", ruby-head]
8+
ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)