Skip to content

Commit 6b3dfb5

Browse files
committed
Require PHP 8.2+ to match core dto requirement
1 parent d66b5df commit 6b3dfb5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']
14+
php-version: ['8.2', '8.3', '8.4', '8.5']
1515
laravel-version: ['10.*', '11.*']
16-
exclude:
17-
- php-version: '8.1'
18-
laravel-version: '11.*'
1916

2017
name: PHP ${{ matrix.php-version }} / Laravel ${{ matrix.laravel-version }}
2118

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"data-transfer-object"
1010
],
1111
"require": {
12-
"php": ">=8.1",
12+
"php": ">=8.2",
1313
"php-collective/dto": "^0.1|dev-master",
1414
"laravel/framework": "^10.0|^11.0|^12.0"
1515
},

0 commit comments

Comments
 (0)