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 aba59a7 commit 1feb5d5Copy full SHA for 1feb5d5
.github/workflows/playwright.yml
@@ -12,22 +12,22 @@ jobs:
12
fail-fast: false # Ensures the matrix doesn't stop if one job fails
13
matrix:
14
include:
15
- - php_version: 7.0
+ - php_version: '7.0'
16
wp_version: 6.4
17
18
- - php_version: 7.3
+ - php_version: '7.3'
19
wp_version: null
20
21
- - php_version: 8.2
+ - php_version: '8.2'
22
wp_version: 6.4.5
23
24
25
wp_version: 6.5.5
26
27
28
wp_version: 6.6.2
29
30
31
32
33
name: PHP ${{ matrix.php_version }} and WP ${{ matrix.wp_version || 'latest' }}
0 commit comments