Browse Source
[skip ci] Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
[skip ci] Fix nightly job name for 8.1
pull/16658/head
Ilija Tovilo
1 year ago
No known key found for this signature in database
GPG Key ID: 5050C66BFCD1015A
1 changed files with
1 additions and
1 deletions
-
.github/workflows/root.yml
|
|
|
@ -97,7 +97,7 @@ jobs: |
|
|
|
windows_version: '2019' |
|
|
|
secrets: inherit |
|
|
|
NIGHTLY_81: |
|
|
|
name: PHP-8.2 |
|
|
|
name: PHP-8.1 |
|
|
|
needs: GENERATE_MATRIX |
|
|
|
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.1') |
|
|
|
uses: ./.github/workflows/nightly.yml |
|
|
|
|