Skip to content

Commit

Permalink
GA: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgrammer committed Jan 27, 2024
1 parent 56778a1 commit 8cf8294
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0']

steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: ${{ matrix.ruby-version }}
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit 8cf8294

Please sign in to comment.