Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Drupal 10.3.x * Remove patch fixed in 10.3 * Fix deprecated code usage in test * Remove unused use * Rerigger build * Add fixes for 10.3.x * Fix MetatagTest * Fix kernel test * Update config for 10.3.x * Update minimum for media_library_media_modify * Ignore some config changes outside Thunder and covered by the views updater * Increase minimum version of Scheduler due to event dispatcher change * PHPCS * Fix GraphQL SchemaTest * Rmove core 10.3.x patch that has been fixed * Copy core and convert styles to webp on new thunder installs * Doh * Use new media_library_media_modify release * Update tests for webp * Update tests for webp pt 2 * tmate * Update image styles * Use new commands to do upgrade testing * Rerun * Rerun * Rerun * Set workspace directory * Magic sauce * Workspace fun * tmate * Rerun * Rerun * Rerun * Add step to fix old install due to borked packages * Fix webp assertion after updating * Ensure all supported entity types have the correct fields * Add return type * PHPCS * Add NoUpdate group to test that is hard to do in an update scenario * Rerun * Remove unneeded thunder 6 composer lock file * Use a stable version of DRUPAL_TESTING_VERSION * Better constraint * Add a comment about how expectations * Use ApiRequestTrait to make debugging tests with XDebug easier * Improve SchemaTest::testNonExistingEntityLinks() * One less phpstan error * Run tests on PHP 8.3 * Add patch for autosave_form * Update content_lock to latest version that supports PHP 8.3 without errors * Revert "Update content_lock to latest version that supports PHP 8.3 without errors" This reverts commit def4c8e. * Use patch for entity reference actions * Add 8.3 build * Fix PHPStan issues on PHP 8.3 to do with dynamic properties * Ensure we are using Content Lock 2.4 so our test is consistent. Given the number of bug fixes in 2.4 that's not a bad thing. * Fix PHP 8.3 deprecation and make tests work regardless of the path * Add linting * Merge error * Remove unnecesary change * Missed a thing in the merge * Re-test on latest 10.3.x * Update media views * Update to releases * No jquery_ui_draggable needed anymore * Try * Foo * Foo * Foo * Foo --------- Co-authored-by: Daniel Bosen <[email protected]> Co-authored-by: Christian Fritsch <[email protected]> Co-authored-by: Christian Fritsch <[email protected]>
- Loading branch information