Skip to content

Commit

Permalink
Merge branch 'develop' into fix/2752-design-library
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Aug 3, 2023
2 parents c5b034c + f9ca606 commit bb147cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-5.6.39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-7.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
wp-versions: ['5.8.5', '5.9.4', '6.0.2']
wp-versions: ['6.0.2']

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/plugin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifacts: stackable-${{ env.VERSION_SUFFIX }}.zip
artifacts-branch: artifacts

- name: Comment WordPress playground link
if: ${{ github.event_name == 'pull_request' }}
uses: dannyskoog/[email protected]
with:
message: 'Try this Pull Request in the WordPress playground: https://playground.wordpress.net/?mode=seamless#{"landingPage":"/wp-admin/post-new.php?post_type=page","preferredVersions":{"php":"latest","wp":"latest"},"steps":[{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://raw.githubusercontent.com/gambitph/Stackable/artifacts/pr${{ github.event.number }}-stackable-${{ github.event.number }}-merge.zip"}}]}'
marker: <!-- wp-playground-link -->

0 comments on commit bb147cd

Please sign in to comment.