Skip to content

Commit b374948

Browse files
authored
Minimum PHP 8.1 - Drop Symfony 5, add Symfony 7 - Composer Updates (#1946)
* PHP 8.1 minimum version, composer update * Drop Symfony 5 and add 7 * Drop PHP 8.0 from GitHub Actions
1 parent 2c64937 commit b374948

File tree

3 files changed

+269
-200
lines changed

3 files changed

+269
-200
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.0, 8.1, 8.2, 8.3]
17+
php: [8.1, 8.2, 8.3]
1818

1919
name: PHP_${{ matrix.php }}
2020

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "laravel/homestead",
33
"description": "A virtual machine for web artisans.",
44
"require": {
5-
"php": "^8.0 || <8.3",
6-
"symfony/console": "^5.0 || ^6.0",
7-
"symfony/process": "^5.0 || ^6.0",
8-
"symfony/yaml": "^5.0 || ^6.0"
5+
"php": "^8.1 || <8.3",
6+
"symfony/console": "^6.0 || ^7.0",
7+
"symfony/process": "^6.0 || ^7.0",
8+
"symfony/yaml": "^6.0 || ^7.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)