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 8b19be9 commit df8f501Copy full SHA for df8f501
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup PHP
43
uses: shivammathur/setup-php@v2
44
with:
45
- php-version: ${{ matrix.php }}
+ php-version: ${{ matrix.os == 'windows-latest' && matrix.php == '8.4' && '8.4.1' || matrix.php }}
46
env:
47
phpts: ${{ matrix.phpts }}
48
debug: true
0 commit comments