Skip to content

Commit

Permalink
change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Mar 3, 2024
1 parent a1336e3 commit 0828b34
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ jobs:
lint:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '3.3.0'

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true

- name: Lint code for consistent style
Expand All @@ -32,8 +30,7 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.0'
ruby: ['3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0828b34

Please sign in to comment.