From fb0c9f26ea41f419b0ead77795bc20288a91134f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 27 Aug 2024 18:49:53 +0100 Subject: [PATCH] No need to pin this at the moment. --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 7ac4893..2c59756 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -54,7 +54,7 @@ jobs: - wp: '5.8' php: '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@0075ca1c57e8abf6264ddc2b03639b82fc79a84c + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@honeycomb with: wp: ${{ matrix.wp }} php: ${{ matrix.php }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 357af95..1b1dcf8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,7 +33,7 @@ permissions: jobs: test: name: WP ${{ matrix.wp }} / PHP ${{ matrix.php }} - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@0075ca1c57e8abf6264ddc2b03639b82fc79a84c + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@honeycomb strategy: # See the following for PHP compatibility of WordPress versions: # https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/