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 742f916 commit c7f4dc1Copy full SHA for c7f4dc1
.github/workflows/push-test-deploy.yml
@@ -25,10 +25,8 @@ jobs:
25
wp: 5.8
26
- php: 7.2
27
wp: 5.2
28
- - php: 7.0
+ - php: 7.2
29
wp: '5.0'
30
- - php: 5.6
31
- wp: 4.7
32
33
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
34
steps:
.gitignore
@@ -9,3 +9,4 @@ vendor/
9
*.zip
10
.env
11
.wp-env.override.json
12
+/composer.lock
0 commit comments