Skip to content

Commit ff21777

Browse files
committed
Remove PHP 8.1 supports
1 parent 9bfcc8e commit ff21777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.4, 8.0, 8.1]
15+
php: [7.4, 8.0]
1616
stability: [ prefer-stable ]
1717

1818
name: PHP ${{ matrix.php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4|^8.0"
13+
"php": "^7.4|~8.0"
1414
},
1515
"require-dev": {
1616
"orchestra/testbench": "4.x"

0 commit comments

Comments
 (0)