.github/workflows/rake.yml in pdd-0.23.2 vs .github/workflows/rake.yml in pdd-0.24.0
- old
+ new
@@ -6,19 +6,19 @@
- master
pull_request:
branches:
- master
jobs:
- test:
- name: test
+ rake:
+ name: rake
strategy:
matrix:
os: [ubuntu-20.04]
- ruby: [2.7]
+ ruby: ['2.7', '3.0']
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-ruby@v1
+ - uses: actions/checkout@v4
+ - uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle update
- run: bundle exec rake