Skip to content

Commit 152e313

Browse files
committed
PHP 8.2
1 parent 2e6a73b commit 152e313

15 files changed

Lines changed: 484 additions & 355 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ jobs:
88
check:
99
uses: typhoon-php/.github/.github/workflows/check.yml@main
1010
secrets: inherit
11+
with:
12+
php_versions: '["8.2", "8.3", "8.4", "8.5"]'
13+
infection: false

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1"
17+
"php": "^8.2"
1818
},
1919
"require-dev": {
2020
"bamarni/composer-bin-plugin": "^1.8.2",
21-
"phpunit/phpunit": "^10.5.46",
22-
"symfony/var-dumper": "^6.4.21 || ^7.2.3"
21+
"phpunit/phpunit": "^10.5.58",
22+
"symfony/var-dumper": "^7.3.5"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -37,7 +37,7 @@
3737
},
3838
"bump-after-update": "dev",
3939
"platform": {
40-
"php": "8.1"
40+
"php": "8.2"
4141
},
4242
"sort-packages": true
4343
},

0 commit comments

Comments
 (0)