Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamtarnowski committed Feb 9, 2024
1 parent fc3c759 commit 98e8390
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [3.0, 2.7, 2.6]
ruby-version: ['3.0', '2.7', '2.6']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: bundle install
run: bundle install
- name: set up dotenv
env:
API_TOKEN: ${{ secrets.API_TOKEN }}
Expand Down

0 comments on commit 98e8390

Please sign in to comment.