Skip to content

Commit af83780

Browse files
authored
feat: require php 8.1+ (#378)
1 parent 6778707 commit af83780

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-version: ['7.4', '8.0', '8.1']
32-
laravel-version: [7.*, 8.*]
31+
php-version: ['8.1']
32+
laravel-version: [8.*]
3333
psr7: ['guzzle']
34-
exclude:
35-
- php-version: '8.1'
36-
laravel-version: '7.*'
3734
include:
3835
- php-version: '8.1'
3936
laravel-version: '8.*'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.4",
23+
"php": ">=8.1",
2424
"illuminate/support": "^7.0 || ^8.0",
2525
"psr/http-factory-implementation": "1.0",
2626
"thecodingmachine/safe": "^1.0",

0 commit comments

Comments
 (0)