Skip to content

Commit c7f4dc1

Browse files
committed
remove php < 7.2
1 parent 742f916 commit c7f4dc1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/push-test-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
wp: 5.8
2626
- php: 7.2
2727
wp: 5.2
28-
- php: 7.0
28+
- php: 7.2
2929
wp: '5.0'
30-
- php: 5.6
31-
wp: 4.7
3230

3331
name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
3432
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ vendor/
99
*.zip
1010
.env
1111
.wp-env.override.json
12+
/composer.lock

0 commit comments

Comments
 (0)