Skip to content

Commit b1fb17c

Browse files
committed
fix: require php 8.2
Signed-off-by: Julien Veyssier <[email protected]>
1 parent bbb6b95 commit b1fb17c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# do not stop on another job's failure
3636
fail-fast: false
3737
matrix:
38-
php-versions: ['8.3']
38+
php-versions: ['8.2']
3939
databases: ['sqlite']
4040
server-versions: ['master']
4141

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.2",
1515
"erusev/parsedown": "^1.7",
1616
"henck/rtf-to-html": "^1.2",
1717
"html2text/html2text": "^4.3",
@@ -40,7 +40,7 @@
4040
"sort-packages": true,
4141
"optimize-autoloader": true,
4242
"platform": {
43-
"php": "8.1"
43+
"php": "8.2"
4444
},
4545
"autoloader-suffix": "Assistant"
4646
}

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
resolveFromConfigFile="true"
1212
ensureOverrideAttribute="false"
1313
strictBinaryOperands="false"
14-
phpVersion="8.1"
14+
phpVersion="8.2"
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1616
xmlns="https://getpsalm.org/schema/config"
1717
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)