Skip to content

Commit 15b6d75

Browse files
authored
PHP Support Sync (#532)
* Set PHP support to min 8.3 * Drop PHP 8.1 and 8.2 support from workflows
1 parent afe7316 commit 15b6d75

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/run-tests.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.4, 8.3, 8.2, 8.1]
16+
php: [8.4, 8.3]
1717
laravel: [12.*, 11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919

20-
exclude:
21-
- laravel: 11.*
22-
php: 8.1
23-
- laravel: 12.*
24-
php: 8.1
25-
2620
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2721

2822
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": "^8.1",
34+
"php": "^8.3",
3535
"illuminate/contracts": "^10.0|^11.0|^12.0",
3636
"spatie/laravel-package-tools": "^1.16.4",
3737
"symfony/finder": "^6.2|^7.0"

0 commit comments

Comments
 (0)