Skip to content

Commit 7391ed6

Browse files
committed
Remove some testing on < 7.4.
1 parent 73e4fa2 commit 7391ed6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
os: [ ubuntu-24.04 ]
71-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
71+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
7272
db-type: [ 'mysql' ]
7373
db-version: [ '5.7', '8.0', '8.4' ]
7474
tests-domain: [ 'example.org' ]
@@ -145,7 +145,7 @@ jobs:
145145
fail-fast: false
146146
matrix:
147147
os: [ ubuntu-24.04 ]
148-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
148+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
149149
db-type: [ 'mariadb' ]
150150
db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4', '11.8' ]
151151
multisite: [ false, true ]
@@ -195,7 +195,7 @@ jobs:
195195
fail-fast: false
196196
matrix:
197197
os: [ ubuntu-24.04 ]
198-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
198+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
199199
db-type: [ 'mysql', 'mariadb' ]
200200
db-version: [ '9.3', '11.7' ]
201201
multisite: [ false, true ]
@@ -239,7 +239,7 @@ jobs:
239239
strategy:
240240
fail-fast: false
241241
matrix:
242-
php: [ '7.2', '7.4', '8.0', '8.4' ]
242+
php: [ '7.4', '8.0', '8.4' ]
243243
db-type: [ 'mysql' ]
244244
db-version: [ '8.4' ]
245245
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)