Skip to content

Commit

Permalink
Merge branch 'release/6.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jul 10, 2024
2 parents f75e51e + b559d4e commit 4c92ecf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
45 changes: 24 additions & 21 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
ORCA_SUT_NAME: acquia/drupal-spec-tool
ORCA_SUT_BRANCH: master
ORCA_VERSION: ^4
ORCA_VERSION: ${{ matrix.orca-version }}
ORCA_JOB: ${{ matrix.orca-job }}
BEHAT: ${{ matrix.behat }}
# Google env variables.
Expand All @@ -35,7 +35,8 @@ jobs:
strategy:
matrix:
orca-job:
- STATIC_CODE_ANALYSIS # Static code analysis.
- STATIC_CODE_ANALYSIS
- ISOLATED_TEST_ON_CURRENT
# - INTEGRATED_TEST_ON_OLDEST_SUPPORTED # Integrated test on oldest supported Drupal core version.
# - INTEGRATED_TEST_ON_LATEST_LTS # Integrated test on latest LTS Drupal core version.
# - INTEGRATED_TEST_ON_PREVIOUS_MINOR # Integrated test on previous minor Drupal core version.
Expand All @@ -59,25 +60,27 @@ jobs:
# - INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR_DEV
# - ISOLATED_UPGRADE_TEST_TO_NEXT_MAJOR_BETA_OR_LATER # Isolated upgrade test to next major beta-or-later Drupal core version.
# - ISOLATED_UPGRADE_TEST_TO_NEXT_MAJOR_DEV # Isolated upgrade test to next major dev Drupal core version.
php-version: [ "8.1" ]
php-version: [ "8.1", "8.3" ]
orca-version: [ "^4" ]
include:
# Acquia CMS/Spreadsheet/Behat integration test.
# - orca-job: "INTEGRATED_TEST_ON_CURRENT"
# php-version: "8.1"
# behat: "TRUE"
- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.1"
- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.1"
# - orca-job: "INTEGRATED_TEST_ON_CURRENT"
# php-version: "8.1"
# behat: "TRUE"

# This version of the Drupal Spec Tool only supports ^10.0.0-alpha1.
# - orca-job: INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
# php-version: "8.1"

- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.1"
php-version: "8.3"
- 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"
php-version: "8.3"
- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.3"
- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
php-version: "8.3"

steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -124,7 +127,7 @@ jobs:

all-successful:
runs-on: ubuntu-latest
needs: [build]
needs: [ build ]
steps:
- name: All checks successful
run: echo "🎉"
- name: All checks successful
run: echo "🎉"
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"source": "https://github.com/acquia/drupal-spec-tool"
},
"require": {
"php": "^8.1|^8.2",
"drupal/core": "^10.0.0-alpha1",
"php": ">=8.1",
"drupal/core": ">=10.0.0-alpha1",
"drupal/drupal-extension": "dev-main",
"traviscarden/behat-table-comparison": "^0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project provides a tool for specifying Drupal architecture details and gene

### Google sheet

Copy [the current Google sheet](https://docs.google.com/spreadsheets/d/1TU_vnglPzM1kiQXOI5jefHB-CpS7ojUGsETLSeOnz_o/edit?usp=sharing) to your Google Drive:
Copy [the current Google sheet](https://docs.google.com/spreadsheets/d/18MALDELw4E5WNFMKz6CUGmIkVde3O4LQC9Loda97XhU/edit?usp=sharing) to your Google Drive:

![Google Sheet Screenshot](images/screenshot.png)

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 4c92ecf

Please sign in to comment.