Set rspec CI ruby matrix back to original order

This commit is contained in:
Rick Bradley 2022-08-09 15:06:16 -05:00
Родитель 18f9018058
Коммит 51632b0f16
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -22,7 +22,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: rubocop

2
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '2.7.5' ]
ruby: [ '2.7.5', '3.1.2' ]
permissions:
contents: read