diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf21ccc4e..b2a699ae0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: - PHP_VERSION: [ '8.1' ] + PHP_VERSION: [ '8.1', '8.3' ] env: DRUPAL_TESTING_TEST_DEPRECATION: true @@ -124,7 +124,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: [ '8.1' ] + PHP_VERSION: [ '8.3' ] CHUNK: [ 1, 2, 3 ] steps: @@ -336,7 +336,9 @@ jobs: run: test-drupal-project prepare_build - name: Install suggested dependencies - run: composer require "league/container:^4.2" "consolidation/config:^2.1.2" --no-update --no-progress --working-dir=/tmp/test/thunder/install + run: | + composer require "league/container:^4.2" "drupal/core-dev:^10.3" --no-update --no-progress --working-dir=/tmp/test/thunder/install + composer config allow-plugins.php-http/discovery true --no-plugins --working-dir=/tmp/test/thunder/install - name: Build the docroot run: test-drupal-project build diff --git a/composer.json b/composer.json index a764a783f..6dd974e56 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "drupal/access_unpublished": "^1.5", "drupal/admin_toolbar": "^3.4", "drupal/autofill": "^1.1", - "drupal/autosave_form": "^1.2", + "drupal/autosave_form": "^1.6", "drupal/blazy": "^2.14", "drupal/checklistapi": "^2.1", "drupal/core-recommended": "~10.3.0@stable", @@ -61,7 +61,7 @@ "drupal/diff": "1.7", "drupal/dropzonejs": "^2.8", "drupal/empty_fields": "^1.0-alpha1", - "drupal/entity_reference_actions": "^1.0", + "drupal/entity_reference_actions": "^1.1", "drupal/entity_reference_revisions": "^1.3", "drupal/field_group": "^3.4", "drupal/focal_point": "^2.1", diff --git a/thunder.post_update.php b/thunder.post_update.php index f2a19b737..e34b956ee 100644 --- a/thunder.post_update.php +++ b/thunder.post_update.php @@ -21,7 +21,6 @@ function thunder_post_update_0001_upgrade_to_thunder7(array &$sandbox): string { 'media_library_media_modify', 'gin_toolbar', 'jquery_ui', - 'jquery_ui_draggable', 'ckeditor5', ]);