Skip to content

Commit f9b90ca

Browse files
committed
We don't need to check out php-src for 7.x
The following check needs 8.x, so also depend on 8.x for the download. Perhaps this could also be turned into a discrete step...
1 parent 765c646 commit f9b90ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
php-version: ${{matrix.version}}
3434
- name: Checkout "php/php-src"
35+
if: "${{ matrix.version >= '8.0' }}"
3536
uses: actions/checkout@v3
3637
with:
3738
repository: php/php-src

0 commit comments

Comments
 (0)