We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765c646 commit f9b90caCopy full SHA for f9b90ca
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
php-version: ${{matrix.version}}
34
- name: Checkout "php/php-src"
35
+ if: "${{ matrix.version >= '8.0' }}"
36
uses: actions/checkout@v3
37
38
repository: php/php-src
0 commit comments