Skip to content

Commit 6e878b1

Browse files
committed
Merge branch 'main' into fix-clear-site-data-example
2 parents 7aeb06f + 607a8cd commit 6e878b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
10+
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
1111

1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Ruby ${{ matrix.ruby }}
15-
uses: actions/setup-ruby@v1
15+
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby }}
1818
- name: Build and test with Rake

0 commit comments

Comments
 (0)