8000 Update to Symfony v6 and drop PHP 7.4 support · orchestral/canvas@ecb2efa · GitHub
[go: up one dir, main page]

Skip to content

Commit ecb2efa

Browse files
committed
Update to Symfony v6 and drop PHP 7.4 support
laravel/framework#37941 Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 14d5c99 commit ecb2efa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- "ubuntu-latest"
1515
php:
16-
- "7.4"
16+
- "8.0"
1717
dependencies:
1818
- "locked"
1919
laravel:

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
os:
1616
- "ubuntu-latest"
1717
php:
18-
- "7.4"
1918
- "8.0"
2019
dependencies:
2120
- "locked"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
}
2828
},
2929
"require": {
30-
"php": "^7.4 || ^8.0",
30+
"php": "^8.0",
3131
"illuminate/database": "^9.0",
3232
"illuminate/support": "^9.0",
3333
"orchestra/canvas-core": "^7.0",
34-
"symfony/yaml": "^5.2"
34+
"symfony/yaml": "^6.0"
3535
},
3636
"require-dev": {
3737
"orchestra/testbench": "^7.0"

0 commit comments

Comments
 (0)
0