Skip to content

Commit e7b9a2b

Browse files
committed
Merge branch 'stable' of github.com:dktapps/PHP-Binaries into merged-versions
2 parents e14d172 + 90bf467 commit e7b9a2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
special-release: default-latest #default = best for PM5, latest = display as latest on GitHub
2323
- pm-version-major: 5
2424
php-version-base: "8.3"
25-
special-release: none
2625

2726
uses: ./.github/workflows/main-pm-matrix.yml
2827
with:
2928
pm-version-major: ${{ matrix.pm-version-major }}
3029
php-version-base: ${{ matrix.php-version-base }}
31-
special-release: ${{ matrix.special-release }}
32-
pm-preview: ${{ matrix.pm-preview || 'false' }}
30+
special-release: ${{ matrix.special-release || 'none' }}
31+
pm-preview: ${{ matrix.pm-preview || false }}
3332
secrets: inherit

0 commit comments

Comments
 (0)