Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- wp: '6.0'
php: '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
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 @@ -32,7 +32,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: WordPress.org
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
with:
plugin: user-switching
readme: readme.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: {}
jobs:
deploy:
name: Deploy Tag
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
permissions:
contents: read
issues: write
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 @@ -34,7 +34,7 @@ jobs:
name: WP ${{ matrix.wp }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
strategy:
# See the following for PHP compatibility of WordPress versions:
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
security-events: write
actions: read
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- '8.3'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
with:
wp: 'nightly'
php: ${{ matrix.php }}
Expand All @@ -52,7 +52,7 @@ jobs:
name: Nightly ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Verify Plugin Distribution
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@9a6405c89f3357947cd8f608bdc72d68fe17f4ae # 2.1.2
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@a883016039e84f871d294b08c0c0ebbbb9d57c56
with:
plugin: user-switching
owner: johnbillion
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"johnbillion/plugin-infrastructure": "2.1.2",
"johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-02cf758a13-built",
"johnbillion/wp-compat": "1.3.0",
"phpcompatibility/phpcompatibility-wp": "2.1.7",
"phpstan/phpstan": "2.1.31",
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": ">=20"
},
"devDependencies": {
"@johnbillion/plugin-infrastructure": "2.1.2",
"@johnbillion/plugin-infrastructure": "github:johnbillion/plugin-infrastructure#dependabot/github_actions/github-actions-02cf758a13-built",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
Expand Down
Loading