Skip to content

Commit 3908fc9

Browse files
committed
Update test matrix.
1 parent 809a38d commit 3908fc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: ["2.7", "3.0", "3.1"]
22+
ruby: ["3.3", "3.4"]
2323
gemfile:
2424
- Gemfile
2525

2626
steps:
27-
- uses: actions/checkout@v2.4.0
27+
- uses: actions/checkout@v4
2828

29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
with:
3131
path: vendor/bundle
3232
key: >

0 commit comments

Comments
 (0)