Skip to content

Commit

Permalink
Doublequote Ruby 3.0 to fix testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 30, 2021
1 parent 9ad3833 commit e046ed7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
ruby: [2.5, 2.6, 2.7, 3.0, jruby-9.2, jruby-9.3]
ruby: [2.5, 2.6, 2.7, "3.0", jruby-9.2, jruby-9.3]
pg: [14]
include:
- ruby: 3.0
- ruby: "3.0"
pg: 10
- ruby: 3.0
- ruby: "3.0"
pg: 11
- ruby: 3.0
- ruby: "3.0"
pg: 12
- ruby: 3.0
- ruby: "3.0"
pg: 13
- ruby: jruby-9.3
pg: 10
Expand Down

0 comments on commit e046ed7

Please sign in to comment.