Skip to content

Commit a4797f9

Browse files
committed
reduce minimal pint requirement
1 parent d085ac8 commit a4797f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
php: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4"]
1314
dependency-version: ["prefer-lowest", "prefer-stable"]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"gajus/dindent": "^2.0",
2626
"giggsey/libphonenumber-for-php": "^8.12 || ^9.0",
2727
"hashids/hashids": "^4.0 || ^5.0",
28-
"laravel/pint": "^1.22",
28+
"laravel/pint": "^1.0",
2929
"league/iso3166": "^2.1 || ^3.0 || ^4.0",
3030
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3131
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)