From 06221498d83973f312915433a3733cac19ed0dbe Mon Sep 17 00:00:00 2001 From: johnbillion <208434+johnbillion@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:08:02 +0000 Subject: [PATCH] Update Plugin Infrastructure to 050ee806132b2b5fc7650ec55eef9de63d5b848e --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 8343a0c7..162d4cd0 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -61,7 +61,7 @@ jobs: - wp: '5.9' php: '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@050ee806132b2b5fc7650ec55eef9de63d5b848e with: node: true php: ${{ matrix.php }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b5dccd8f..e6edf6a9 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -40,7 +40,7 @@ permissions: jobs: test: name: ${{ matrix.label }} - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@050ee806132b2b5fc7650ec55eef9de63d5b848e strategy: matrix: label: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9df087b7..42b62d39 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -40,7 +40,7 @@ permissions: jobs: test: name: WP ${{ matrix.wp }} - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@050ee806132b2b5fc7650ec55eef9de63d5b848e strategy: # See the following for PHP compatibility of WordPress versions: # https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ diff --git a/composer.json b/composer.json index 0c9d4de3..9cab0d7d 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-actions-timeline", "johnbillion/wp-compat": "0.3.1", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5",