We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d957c commit 5cf3b53Copy full SHA for 5cf3b53
.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/configure-pages@v5
27
- uses: ruby/setup-ruby@v1
28
with:
29
- ruby-version: "3.1"
+ ruby-version: ruby
30
- uses: actions/cache@v4
31
32
path: |
.github/workflows/test.yml
@@ -16,9 +16,9 @@ jobs:
16
fail-fast: false
17
matrix:
18
ruby-version:
19
- - "3.1"
20
- "3.2"
21
- "3.3"
+ - "3.4"
22
runs-on:
23
- macos-latest
24
- ubuntu-latest
0 commit comments