Skip to content

Commit f1038b6

Browse files
freekmurzeclaude
andcommitted
Drop PHP 8.1, add PHP 8.5 support, fix pest/phpunit conflict
- Require PHP ^8.2 (pest v2.36.1+ requires PHP 8.2) - Allow pest ^3.0 for PHP 8.5 compatibility - Add PHP 8.5 to test matrix Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aeedd2d commit f1038b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: ['8.5', '8.4', '8.3', '8.2', '8.1']
11+
php: ['8.5', '8.4', '8.3', '8.2']
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
os: [ubuntu-latest]
1414

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"homepage": "https://github.com/spatie/schema-org",
2424
"require": {
25-
"php": "^8.1",
25+
"php": "^8.2",
2626
"ext-json": "*"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.88.2",
3030
"graham-campbell/analyzer": "^5.0.0",
3131
"illuminate/collections": "^10",
3232
"league/flysystem": "^3.30",
33-
"pestphp/pest": "^2.36",
33+
"pestphp/pest": "^2.36.1 || ^3.0",
3434
"symfony/console": "^6.0 || ^7.3.4",
3535
"twig/twig": "^3.21.1"
3636
},

0 commit comments

Comments
 (0)