Skip to content

Merge pull request #7 from ktakayama/dependabot/bundler/yard-0.9.36 #12

Merge pull request #7 from ktakayama/dependabot/bundler/yard-0.9.36

Merge pull request #7 from ktakayama/dependabot/bundler/yard-0.9.36 #12

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
steps:
- uses: actions/checkout@v2
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
tools: phpmd
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake