Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Update CI matrix with latest Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed Apr 11, 2024
1 parent e2febc5 commit 0043bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/theme-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- ubuntu-latest
- windows-latest
version:
- 3.0.0
- 2.7.6
- 3.0
- 2.7
theme:
- Shopify/dawn

Expand All @@ -29,6 +29,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.version }}
bundler: latest
- uses: actions/cache@v1
with:
path: vendor/bundle
Expand Down

0 comments on commit 0043bb0

Please sign in to comment.