We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5146a1b + dcf3765 commit f0b01e9Copy full SHA for f0b01e9
1 file changed
.github/workflows/ruby.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'ruby-head']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', 'ruby-head']
30
31
steps:
32
- uses: actions/checkout@v6
0 commit comments