Skip to content

Commit

Permalink
Improve test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
w-masahiro-ct committed Jan 13, 2025
1 parent 799ff33 commit 23a1bff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.5', '3.2' ]
runs-on: ubuntu-20.04
ruby: ['2.5', '3.4']
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec

0 comments on commit 23a1bff

Please sign in to comment.