Skip to content

Commit

Permalink
Minimum PHP 8.1 - Drop Symfony 5, add Symfony 7 - Composer Updates (#…
Browse files Browse the repository at this point in the history
…1946)

* PHP 8.1 minimum version, composer update

* Drop Symfony 5 and add 7

* Drop PHP 8.0 from GitHub Actions
  • Loading branch information
svpernova09 authored Jan 30, 2024
1 parent 2c64937 commit b374948
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]

name: PHP_${{ matrix.php }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "laravel/homestead",
"description": "A virtual machine for web artisans.",
"require": {
"php": "^8.0 || <8.3",
"symfony/console": "^5.0 || ^6.0",
"symfony/process": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0"
"php": "^8.1 || <8.3",
"symfony/console": "^6.0 || ^7.0",
"symfony/process": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit b374948

Please sign in to comment.