Skip to content

Commit

Permalink
Merge pull request #119 from alleyinteractive/chore/deps
Browse files Browse the repository at this point in the history
Upgrading to Mantle Testkit 1.0
  • Loading branch information
srtfisher authored Apr 26, 2024
2 parents 1e6c7e6 + 2de0b28 commit d5392fd
Show file tree
Hide file tree
Showing 8 changed files with 2,236 additions and 1,760 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
php-tests:
strategy:
matrix:
php: [8.0]
php: [8.2]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
"mantle-framework/testkit": "^0.10",
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^9.3.3"
"mantle-framework/testkit": "^1.0",
"mockery/mockery": "^1.3"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit d5392fd

Please sign in to comment.