Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
PHP_VERSION: [ '8.1', '8.3' ]
PHP_VERSION: [ '8.3' ]

env:
DRUPAL_TESTING_TEST_DEPRECATION: true
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:

- name: Install suggested dependencies
run: |
composer require "league/container:^4.2" "drupal/core-dev:^10.5" --no-update --no-progress --working-dir=/tmp/test/thunder/install
composer require "league/container:^4.2" "drupal/core-dev:^10.6" --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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"drupal/autosave_form": "^1.8",
"drupal/blazy": "^2.14",
"drupal/checklistapi": "^2.1",
"drupal/core-recommended": "~10.5.0@stable",
"drupal/core-recommended": "~10.6.0@stable",
"drupal/config_selector": "^2.1",
"drupal/config_update": "^1.7 || ^2.0",
"drupal/content_lock": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Thunder
type: profile
description: 'The Drupal based CMS for professional publishing.'
project: thunder
core_version_requirement: ~10.5.0
core_version_requirement: ~10.6.0
version: '7.5.1'

distribution:
Expand Down
Loading