Skip to content

Commit 8b21328

Browse files
committed
chore: remove test coverage from outdated php
1 parent 948d5e7 commit 8b21328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-version: [ '7.2', '7.3', '7.4', '8.0' ]
14+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1515
env:
1616
XDEBUG_MODE: coverage
1717
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "~7.3 || ~7.4 || ~8.0",
20+
"php": "^8.1",
2121
"ext-intl": "*",
2222
"illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
2323
"illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",

0 commit comments

Comments
 (0)