Skip to content

Commit

Permalink
use quotes to parse as string
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Nov 22, 2024
1 parent 5509633 commit f1f1545
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os:
- ubuntu
ruby:
- 3.0
- "3.0"
- 3.1
- 3.2
- 3.3
Expand All @@ -40,6 +40,12 @@ jobs:
allow_failures:
- false
exclude:
- os: ubuntu
ruby: "3.0"
gemfile: gemfiles/rails_7_2.gemfile
- os: ubuntu
ruby: "3.0"
gemfile: gemfiles/rails_8_0.gemfile
- os: ubuntu
ruby: 3.1
gemfile: gemfiles/rails_8_0.gemfile
Expand Down

0 comments on commit f1f1545

Please sign in to comment.