-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update "Tested up to" in Meta #301
Conversation
* remove the run_test command already moved to GitHub Actions * update prepare and cleanup steps for php 8.3 tests * add a separate php 8.3 test * update main jobs * remove non-existant --from-env * circle ci has different run numbers so we don't need to prefix the 8.3 tests with 83 * bump tested up to version * just use a single test and we'll assume we can multidev off master still * allow nonfatal newrelic error * send subshell errors to /dev/null * pass true to continue * use &1 * Ignore the newrelic error * add PHP version to behat-prepare so we can be sure that we're on 8.3 * restore the env:create to the way it was originally * move the quote * bump tested up to to 6.4.1 * return FIXTURE_VERSION to what it was originally this will be broken until pantheon-systems/infrastructure#3574 is merged, but then we can re-run and it should work
* add composer-diff workflow * update wpunit-helpers to 2.0 * fix gitignore * update lint-test workflow * remove shellcheck step most of the relevant scripts are from wpunit helpers or sourced from elsewhere. we should make a single solution for all copy/pasted scripts but we don't need to shellcheck in this individual implementation * add release-pr workflow copy pasta from papc * add build-tag-release workflow copy pasta from papc with composer and gitignore mods * need to install WP-CLI for the new phpunit test * update Contributing with new automated workflow * update contributing.md with asset-only update process
Behat tests are failing because the fixture site is using 6.4.1. Should get the test site updated, make sure the Behat tests pass and then apply the change. |
This also needs to be merged to |
Sorry @pwtyler only just seeing this comment 😅. |
Composer Changes
|
Lets fix the develop branch and rebase this PR. |
OK |
Well, you'll note that the plugin release actions were never merged to |
Final product of this PR to be merged to 'release':
|
This PR updates the "Tested up to" in the plugin meta to match the most recent version.