Skip to content

Commit 81b369a

Browse files
authored
Add testing against PHP 8.5 (#512)
1 parent 7299bf8 commit 81b369a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/all-pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Define a matrix of PHP/WordPress versions to test against
2323
strategy:
2424
matrix:
25-
php: [8.2, 8.3, 8.4]
25+
php: [8.2, 8.3, 8.4, 8.5]
2626
wordpress: ["latest"]
2727
runs-on: ubuntu-latest
2828
# Cancel any existing runs of this workflow

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"php": "^8.2",
1919
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
2020
"alleyinteractive/wp-type-extensions": "^4.0",
21-
"mantle-framework/support": "^1.9"
21+
"mantle-framework/support": "^1.15"
2222
},
2323
"require-dev": {
2424
"alleyinteractive/alley-coding-standards": "^2.0",
25-
"mantle-framework/testkit": "^1.4",
25+
"mantle-framework/testkit": "^1.15",
2626
"rector/rector": "^2.0",
2727
"szepeviktor/phpstan-wordpress": "^2.0"
2828
},

0 commit comments

Comments
 (0)