Skip to content

Commit 9dc2f09

Browse files
committed
Fix PHP QA worklow
1 parent c35065c commit 9dc2f09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php-qa.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
strategy:
5656
matrix:
5757
php: [ '8.1', '8.2', '8.3', '8.4' ]
58-
include:
59-
- php: '7.4'
60-
composer: '--ignore-platform-req=php'
61-
- php: '8.0'
62-
composer: '--ignore-platform-req=php'
58+
include:
59+
- php: '7.4'
60+
composer: '--ignore-platform-req=php'
61+
- php: '8.0'
62+
composer: '--ignore-platform-req=php'
6363
with:
6464
PHP_VERSION: ${{ matrix.php }}

0 commit comments

Comments
 (0)