Skip to content

Commit 62b621a

Browse files
committed
Remove PHP requirement for testing
1 parent 0b8dad2 commit 62b621a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ on:
66
push:
77
branches:
88
- main
9-
- master
109
schedule:
1110
- cron: '17 1 * * *' # Run every day on a seemly random time.
1211

1312
jobs:
1413
test:
1514
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
16-
with:
17-
minimum-php: '7.4'
15+

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4",
1615
"wp-cli/wp-cli": "^2",
1716
"inmarelibero/gitignore-checker": "^1.0.4"
1817
},

0 commit comments

Comments
 (0)