Skip to content

Commit

Permalink
Merge branch 'release/6.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 12, 2024
2 parents 9817c3e + c5d44e7 commit f75e51e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.1"
# PHP 8.2 tests.
# - orca-job: INTEGRATED_TEST_ON_LATEST_LTS
# php-version: "8.2"
# - orca-job: ISOLATED_TEST_ON_CURRENT
# php-version: "8.2"
- orca-job: INTEGRATED_TEST_ON_LATEST_LTS
php-version: "8.2"
- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: "8.2"
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"source": "https://github.com/acquia/drupal-spec-tool"
},
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"drupal/core": "^10.0.0-alpha1",
"drupal/drupal-extension": "dev-master",
"drupal/drupal-extension": "dev-main",
"traviscarden/behat-table-comparison": "^0.3"
},
"suggest": {
Expand Down
Binary file modified docs/images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f75e51e

Please sign in to comment.