We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d61d02 commit 0b6ead7Copy full SHA for 0b6ead7
.github/workflows/ruby.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- ruby-version: ['2.6', '2.7', '3.0']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
26
27
steps:
28
- uses: actions/checkout@v3
0 commit comments