Skip to content

Commit

Permalink
Change install matrix to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Dec 10, 2023
1 parent 23bb5bc commit 7f2d73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_houdini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
environment: houdini
strategy:
matrix:
houdini_version: [19.5, 20.0]
houdini_version: ["19.5", "20.0"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
environment: houdini
strategy:
matrix:
houdini_version: [19.5, 20.0]
houdini_version: ["19.5", "20.0"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7f2d73f

Please sign in to comment.