Skip to content

Commit 02c4708

Browse files
committed
Fix QA workflow syntax
(i hate yaml)
1 parent b158393 commit 02c4708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
ignore-platform: "--ignore-platform-reqs"
2121
experimental: true
2222
- php: "8.1"
23-
prefer: "highest"
24-
ignore-platform: "--ignore-platform-reqs"
25-
experimental: true
23+
prefer: "highest"
24+
ignore-platform: "--ignore-platform-reqs"
25+
experimental: true
2626

2727
continue-on-error: ${{ matrix.experimental }}
2828

0 commit comments

Comments
 (0)