Skip to content

Commit c689b4e

Browse files
Drop PHP 8.2 and Laravel 10.x support from dependencies and workflows
1 parent 298a0e9 commit c689b4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
php: [ "8.2", "8.3", "8.4" ]
14-
laravel: [ "10.0", "11.0", "12.0" ]
14+
laravel: [ "11.0", "12.0" ]
1515

1616
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1717

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"require": {
1313
"php": "^8.2",
1414
"dragon-code/telemetry": "^1.0",
15-
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
16-
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
15+
"illuminate/http": "^11.0 || ^12.0",
16+
"illuminate/support": "^11.0 || ^12.0"
1717
},
1818
"require-dev": {
1919
"dragon-code/codestyler": "^6.3",
20-
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
20+
"orchestra/testbench": "^9.0 || ^10.0",
2121
"pestphp/pest": "^3.0 || ^4.0",
2222
"pestphp/pest-plugin-type-coverage": "^3.0 || ^4.0",
2323
"symfony/var-dumper": "^6.0 || ^7.3"

0 commit comments

Comments
 (0)