We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f56103 commit 558adc8Copy full SHA for 558adc8
1 file changed
.github/workflows/rspec.yml
@@ -26,10 +26,10 @@ jobs:
26
gemfile: "gemfiles/rails72.gemfile"
27
- ruby: "3.4"
28
gemfile: "gemfiles/rails8.gemfile"
29
- - ruby: "3.4"
+ - ruby: "4.0"
30
gemfile: "gemfiles/railsmaster.gemfile"
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
33
- uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: ${{ matrix.ruby }}
0 commit comments