We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bda933 commit 84071c1Copy full SHA for 84071c1
1 file changed
.github/workflows/rspec.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", ruby-head]
+ ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head]
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
0 commit comments