Skip to content

Commit

Permalink
Merge pull request #19 from TheDragonCode/andrey-helldar-patch-1
Browse files Browse the repository at this point in the history
Added Pest 3 support
  • Loading branch information
andrey-helldar authored Feb 20, 2025
2 parents 510c4dc + 9873d64 commit 5f1f6e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0" ]

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"require-dev": {
"guzzlehttp/guzzle": "^7.8",
"orchestra/testbench": "^8.0 || ^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.4",
"pestphp/pest": "^2.34 || ^3.0",
"pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
"spatie/laravel-data": "^4.8"
},
"minimum-stability": "stable",
Expand Down Expand Up @@ -81,4 +81,4 @@
"@php vendor/bin/pest --compact"
]
}
}
}

0 comments on commit 5f1f6e2

Please sign in to comment.