-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6019 from Automattic/staging
Production release: v20241126.0
- Loading branch information
Showing
21 changed files
with
321 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ runs: | |
using: composite | ||
steps: | ||
- name: Check out mu-plugins-ext | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: 'Automattic/vip-go-mu-plugins-ext' | ||
path: 'vip-go-mu-plugins-ext' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ runs: | |
uses: ramsey/[email protected] | ||
|
||
- name: Set up WordPress and WordPress Test Library | ||
uses: sjinks/[email protected].1 | ||
uses: sjinks/[email protected].2 | ||
with: | ||
version: ${{ inputs.wordpress }} | ||
|
||
|
@@ -122,7 +122,7 @@ runs: | |
"${PHPUNIT}" ${OPTIONS} | ||
- name: Upload coverage report | ||
uses: codecov/codecov-action@v4.6.0 | ||
uses: codecov/codecov-action@v5.0.2 | ||
with: | ||
files: ${{ inputs.coverage-file }} | ||
flags: ${{ inputs.coverage-flags }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
languages: ${{ matrix.language }} | ||
config-file: ./.github/codeql-config.yml | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,13 @@ permissions: | |
contents: read | ||
|
||
env: | ||
LOCAL_PHP: "8.0-fpm" | ||
LOCAL_PHP: "8.2-fpm" | ||
LOCAL_PHP_XDEBUG: "false" | ||
LOCAL_PHP_XDEBUG_MODE: "develop,debug" | ||
LOCAL_DB_TYPE: "mysql" | ||
LOCAL_DB_VERSION: "8.0" | ||
LOCAL_DB_VERSION: "8.3" | ||
LOCAL_PHP_MEMCACHED: "true" | ||
LOCAL_WP_TESTS_DOMAIN: "example.org" | ||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true" | ||
|
||
jobs: | ||
|
@@ -57,6 +60,7 @@ jobs: | |
- name: Tweaks | ||
run: | | ||
echo "define( 'VIP_JETPACK_SKIP_LOAD', 'true' );" >> "wordpress/src/wp-content/mu-plugins/000-vip-init.php" | ||
cp wordpress/.env.example wordpress/.env | ||
echo "GITHUB_EVENT_NAME=pull_request" >> "wordpress/.env" | ||
- name: Set up Node.js | ||
|
@@ -72,17 +76,10 @@ jobs: | |
php-version: 8.0 | ||
coverage: none | ||
|
||
# - name: Install Composer dependencies | ||
# uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0 | ||
# with: | ||
# working-directory: wordpress | ||
- name: Install Composer dependencies | ||
run: composer install -n | ||
working-directory: wordpress | ||
|
||
# - name: Downgrade PHPUnit | ||
# run: composer require --dev -n phpunit/phpunit:^9 | ||
# working-directory: wordpress | ||
uses: ramsey/[email protected] | ||
with: | ||
working-directory: wordpress | ||
|
||
- name: Install npm dependencies | ||
run: npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Review dependencies | ||
uses: actions/dependency-review-action@v4.3.4 | ||
uses: actions/dependency-review-action@v4.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.