Skip to content

Commit

Permalink
use string as noted in #589
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Nov 6, 2023
1 parent 3610f70 commit 83e4da6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]
runs-on: ${{matrix.os}}
services:
mariadb:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]
runs-on: ${{matrix.os}}
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]
runs-on: ${{matrix.os}}
services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]
runs-on: ${{matrix.os}}
env:
BUNDLE_WITHOUT: "db2 oracle sqlserver postgresql mysql trilogy"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trilogy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]
runs-on: ${{matrix.os}}
services:
mysql:
Expand Down

0 comments on commit 83e4da6

Please sign in to comment.