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