Skip to content

Commit

Permalink
quote engine versions so they are not parsed as numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 10, 2024
1 parent 65a9137 commit 1f7a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: true
matrix:
engine: [ 5.4, 5.3, 5.2, 5.1, 5.0 ] # [5.5]
engine: [ "5.4", "5.3","5.2", "5.1", "5.0" ] # [5.5]
os: [ ubuntu-latest-8, ubuntu-24.04-arm64 ] # windows-11-desktop, macos-13
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1f7a164

Please sign in to comment.