Skip to content

Commit df8f501

Browse files
committed
Force 8.4.1
1 parent 8b19be9 commit df8f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: ${{ matrix.php }}
45+
php-version: ${{ matrix.os == 'windows-latest' && matrix.php == '8.4' && '8.4.1' || matrix.php }}
4646
env:
4747
phpts: ${{ matrix.phpts }}
4848
debug: true

0 commit comments

Comments
 (0)