.github/workflows/test.yml in henkei-2.4.0.1 vs .github/workflows/test.yml in henkei-2.4.0.2
- old
+ new
@@ -12,14 +12,14 @@
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['2.6', '2.7', '3.0', '3.1']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2']
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
@@ -30,8 +30,8 @@
- name: Run tests
run: bundle exec rspec
- name: Test & publish code coverage
- uses: paambaati/codeclimate-action@v3.0.0
+ uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: bb96c1ff9dc66724c38fb4eb54486dd72dc88a7fd6e727c034b9cf8d747d069e