Skip to content

Commit d7b456a

Browse files
committed
Update symfony/process version and add PHP 8.2, 8.3, 8.4 support in configuration files
1 parent af16b60 commit d7b456a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- 7.4
1919
- 8.0
2020
- 8.1
21+
- 8.2
22+
- 8.2
23+
- 8.4
2124

2225
steps:
2326
- name: Checkout

.github/workflows/phpunit-unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- 7.4
1919
- 8.0
2020
- 8.1
21+
- 8.2
22+
- 8.3
23+
- 8.4
2124

2225
steps:
2326
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-openssl": "*",
2323
"phpseclib/phpseclib": "^3.0",
2424
"spomky-labs/php-aes-gcm": "^1.2",
25-
"symfony/process": "^4.1|^5.0|^6.0|^7.0"
25+
"symfony/process": "^5.0|^6.0|^7.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.5|^9.0",

0 commit comments

Comments
 (0)