We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4fd9d commit 0c1b54bCopy full SHA for 0c1b54b
.github/workflows/ruby.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- ruby-version: ["3.0", "3.1", "3.2", "3.3"]
+ ruby-version: ["3.2", "3.3", "3.4", "4.0"]
22
23
steps:
24
- uses: actions/checkout@v2
0 commit comments