Skip to content

Commit 8a152d3

Browse files
johnbillionjustlevine
authored andcommitted
Remove some testing on < 7.4.
1 parent 0840486 commit 8a152d3

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
event: ['${{ github.event_name }}']
7575
os: [ ubuntu-24.04 ]
76-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
76+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
7777
db-type: [ 'mysql' ]
7878
db-version: [ '5.7', '8.0', '8.4' ]
7979
tests-domain: [ 'example.org' ]
@@ -209,7 +209,7 @@ jobs:
209209
matrix:
210210
event: ['${{ github.event_name }}']
211211
os: [ ubuntu-24.04 ]
212-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
212+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
213213
db-type: [ 'mariadb' ]
214214
db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4', '11.8' ]
215215
multisite: [ false, true ]
@@ -456,9 +456,9 @@ jobs:
456456
matrix:
457457
event: ['${{ github.event_name }}']
458458
os: [ ubuntu-24.04 ]
459-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
460-
db-type: [ 'mysql', 'mariadb' ]
461-
db-version: [ '9.4', '12.0' ]
459+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
460+
db-type: [ 'mysql' ]
461+
db-version: [ '9.4' ]
462462
multisite: [ false, true ]
463463
memcached: [ false ]
464464
db-innovation: [ true ]
@@ -521,7 +521,7 @@ jobs:
521521
strategy:
522522
fail-fast: false
523523
matrix:
524-
php: [ '7.2', '7.4', '8.0', '8.4' ]
524+
php: [ '7.4', '8.0', '8.4' ]
525525
db-type: [ 'mysql' ]
526526
db-version: [ '8.4' ]
527527
phpunit-test-groups: [ 'html-api-html5lib-tests' ]

.version-support-php.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"6-9": [
3-
"7.2",
4-
"7.3",
53
"7.4",
64
"8.0",
75
"8.1",

0 commit comments

Comments
 (0)