Skip to content

Commit e88d7b5

Browse files
committed
chore: drop php 8.1
1 parent 2dead93 commit e88d7b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['8.1', '8.2', '8.3', '8.4']
15+
php: ['8.2', '8.3', '8.4']
1616

1717
steps:
1818
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=8.1"
17+
"php": ">=8.2"
1818
},
1919
"require-dev": {
2020
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)