Skip to content

Commit

Permalink
Merge branch 'detect-84-errors' into more-php-84
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Oct 16, 2024
2 parents 27e29a9 + 019fb81 commit 0bdbe44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ permissions:
contents: read

jobs:
standards:
name: Nightly standards / PHP ${{ matrix.php }}
strategy:
matrix:
php:
- '8.4'
- '8.3'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
with:
php: ${{ matrix.php }}
acceptance:
name: Nightly acceptance / PHP ${{ matrix.php }}
strategy:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"codeception/util-universalframework": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"johnbillion/plugin-infrastructure": "dev-trunk",
"johnbillion/wp-compat": "0.2.2",
"johnbillion/wp-compat": "0.2.3",
"lucatume/wp-browser": "3.2.1",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"phpstan/phpstan": "1.12.2",
"phpstan/phpstan-deprecation-rules": "1.2.0",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
"phpstan/phpstan": "1.12.6",
"phpstan/phpstan-deprecation-rules": "1.2.1",
"phpstan/phpstan-phpunit": "1.4.0",
"roots/wordpress-core-installer": "1.100.0",
"roots/wordpress-full": "*",
"squizlabs/php_codesniffer": "3.7.1",
"squizlabs/php_codesniffer": "3.10.3",
"szepeviktor/phpstan-wordpress": "1.3.5",
"wp-coding-standards/wpcs": "2.3.0"
},
Expand Down

0 comments on commit 0bdbe44

Please sign in to comment.