Skip to content

Commit

Permalink
3.0 needs to be quoted, to not make it to "3"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Mar 26, 2024
1 parent a7af0c1 commit 1176751
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 @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
operating-system: [windows-latest, ubuntu-latest, macos-latest]
lazarus-versions: [stable, 3.0]
lazarus-versions: [stable, "3.0"]
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1176751

Please sign in to comment.