Skip to content

Commit 5cf3b53

Browse files
committed
ci: update Ruby versions
1 parent 56d957c commit 5cf3b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/configure-pages@v5
2727
- uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: "3.1"
29+
ruby-version: ruby
3030
- uses: actions/cache@v4
3131
with:
3232
path: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby-version:
19-
- "3.1"
2019
- "3.2"
2120
- "3.3"
21+
- "3.4"
2222
runs-on:
2323
- macos-latest
2424
- ubuntu-latest

0 commit comments

Comments
 (0)