Skip to content

Commit

Permalink
Attempts to make GH Actions explicitly use Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikz committed Apr 24, 2024
1 parent c89dbe6 commit e8c0fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.0, 3.1, 3.2, 3.3]
ruby: ["3.0", 3.1, 3.2, 3.3]
rails: [6.1.4]
include:
- ruby: 3.0
- ruby: "3.0"
rails: 6.1.4
- ruby: 3.1
rails: 6.1.4
Expand Down

0 comments on commit e8c0fee

Please sign in to comment.