Skip to content

Commit

Permalink
Merge branch 'main' into feat/upgrade-phpstan-2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus authored Dec 12, 2024
2 parents 06fdd6c + 87af54e commit e49be83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ matrix.php != '8.4' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6",
"roots/wordpress": "^6.6",
"roots/wordpress": "^6.7",
"symfony/var-dumper": "^5.4",
"syntatis/coding-standard": "^1.4",
"syntatis/coding-standard": "^1.5",
"szepeviktor/phpstan-wordpress": "^2.0",
"wp-phpunit/wp-phpunit": "^6.6",
"wp-phpunit/wp-phpunit": "^6.7",
"yoast/phpunit-polyfills": "^3.0"
},
"scripts": {
Expand Down

0 comments on commit e49be83

Please sign in to comment.