Skip to content

Commit

Permalink
Update test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 19, 2024
1 parent 7ecd085 commit 21416ef
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ jobs:
test_alpine:
name: Ruby ${{ matrix.ruby_version }}
runs-on: ubuntu-latest
container: ruby:${{ matrix.ruby_version }}-alpine
strategy:
fail-fast: false
matrix:
ruby_version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
ruby_version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install dependencies
run: |
apk add --no-cache build-base git less
bundle install
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- name: Test on RACK_ENV=development
run: bundle exec rake test
env:
Expand Down

0 comments on commit 21416ef

Please sign in to comment.