Skip to content

Commit

Permalink
fixup! Set up linting and tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Mar 3, 2024
1 parent a2af3c9 commit d398f2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
# test a range of Ruby to ensure gem works
# keep ruby until EOL. Read more on https://endoflife.date/ruby
ruby-version:
- 3.0
- 3.1
- 3.2
- 3.3
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- head
# test distributions up to 4 years
runner:
Expand Down

0 comments on commit d398f2a

Please sign in to comment.