Skip to content

Commit 8ea09de

Browse files
committed
chore: post-merge cleanup
1 parent e50b2dc commit 8ea09de

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414
indent_style = tab
1515

16-
[{*.yml}]
16+
[*.yml]
1717
indent_style = space
1818
indent_size = 2
1919

.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.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
76+
php: [ '7.2', '7.3', '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' ]
212+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
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' ]
460-
db-type: [ 'mysql' ]
461-
db-version: [ '9.4' ]
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' ]
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.4', '8.0', '8.4' ]
524+
php: [ '7.2', '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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"6-9": [
3+
"7.2",
4+
"7.3",
35
"7.4",
46
"8.0",
57
"8.1",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"squizlabs/php_codesniffer": "3.13.2",
2424
"wp-coding-standards/wpcs": "~3.2.0",
2525
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
26-
"phpstan/phpstan": "~2.1.19",
26+
"phpstan/phpstan": "~2.1.31",
2727
"yoast/phpunit-polyfills": "^1.1.0"
2828
},
2929
"config": {

0 commit comments

Comments
 (0)