We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809a38d commit 3908fc9Copy full SHA for 3908fc9
1 file changed
.github/workflows/ruby-tests.yml
@@ -19,14 +19,14 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- ruby: ["2.7", "3.0", "3.1"]
+ ruby: ["3.3", "3.4"]
23
gemfile:
24
- Gemfile
25
26
steps:
27
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v4
28
29
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
30
with:
31
path: vendor/bundle
32
key: >
0 commit comments