Skip to content

Commit

Permalink
Update Plugin Infrastructure to b206f0924d1b830e03cceb32a9b07b8d978ae492
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion authored and github-actions[bot] committed Aug 10, 2024
1 parent d8abb58 commit 409deeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- wp: '5.8'
php: '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
uses: szepeviktor/johnbillion_plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@b206f0924d1b830e03cceb32a9b07b8d978ae492
with:
wp: ${{ matrix.wp }}
php: ${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:
jobs:
test:
name: PHP / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
uses: szepeviktor/johnbillion_plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@b206f0924d1b830e03cceb32a9b07b8d978ae492
strategy:
matrix:
php:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
jobs:
test:
name: WP ${{ matrix.wp }} / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk
uses: szepeviktor/johnbillion_plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@b206f0924d1b830e03cceb32a9b07b8d978ae492
strategy:
# See the following for PHP compatibility of WordPress versions:
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
Expand Down

0 comments on commit 409deeb

Please sign in to comment.