Merge branch 'main' into fix-clear-site-data-example
This commit is contained in:
Коммит
6e878b16ca
|
@ -7,12 +7,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
|
||||
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
uses: actions/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- name: Build and test with Rake
|
||||
|
|
Загрузка…
Ссылка в новой задаче