Skip to content

Commit f993821

Browse files
committed
chore(deps): updated to pest v4
1 parent 511e0d8 commit f993821

File tree

7 files changed

+471
-472
lines changed

7 files changed

+471
-472
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}
2020
password: ${{ github.token }}
21-
- run: docker compose -f docker-compose.testing.yml run --rm testing ./vendor/bin/pint --test
21+
- run: docker compose run --rm testing ./vendor/bin/pint --test
2222
test:
2323
uses: ./.github/workflows/test.yml
2424
build:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ github.token }}
25-
- run: docker compose -f docker-compose.testing.yml run --rm testing php artisan test
25+
- run: docker compose run --rm --build testing

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"laravel/pint": "^1.13",
3838
"mockery/mockery": "^1.6",
3939
"nunomaduro/collision": "^8.6",
40-
"pestphp/pest": "^3.0",
41-
"pestphp/pest-plugin-laravel": "^3.0",
40+
"pestphp/pest": "^4.0",
41+
"pestphp/pest-plugin-laravel": "^4.0",
4242
"spatie/laravel-ignition": "^2.4"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)