Skip to content

Commit 8172842

Browse files
sylfabreclaude
andcommitted
Require PHP 8.4 and add PHP 8.5 to test matrix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 26e2235 commit 8172842

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-versions: ['8.3', '8.4']
14+
php-versions: ['8.4', '8.5']
1515
dependency-versions: ['lowest', 'highest']
1616
runs-on: ubuntu-latest
1717
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"assoconnect/php-quality-config": "^2.2"
2626
},
2727
"require": {
28-
"php": "^8.3",
28+
"php": "^8.4",
2929
"ext-intl": "*",
3030
"thecodingmachine/safe": "^3.0"
3131
},

0 commit comments

Comments
 (0)