diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index bf2c8cd..f88fe7b 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -55,7 +55,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@653e429d25b4fa8a3513b6dcbe9144101a698ded with: wp: ${{ matrix.wp }} php: ${{ matrix.php }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 8d652c3..9deb049 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -32,7 +32,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index b6e243d..de236db 100644 --- a/.github/workflows/deploy-assets.yml +++ b/.github/workflows/deploy-assets.yml @@ -13,7 +13,7 @@ jobs: name: WordPress.org permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded with: plugin: user-switching readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 226ec2a..005f8d8 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -18,7 +18,7 @@ permissions: {} jobs: deploy: name: Deploy Tag - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded permissions: contents: read issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 714be03..b482ee8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -34,7 +34,7 @@ jobs: name: WP ${{ matrix.wp }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded 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/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index b1fcd1d..57bf8fe 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -27,4 +27,4 @@ jobs: security-events: write actions: read contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 7ca9bb9..cf64ec4 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@653e429d25b4fa8a3513b6dcbe9144101a698ded strategy: matrix: label: diff --git a/composer.json b/composer.json index 0382f9e..35602ef 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "codeception/module-db": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-composite-phpstan", "johnbillion/wp-compat": "0.3.0", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5",