Skip to content

Commit

Permalink
RCAT-684 | Enable D11 jobs (#89)
Browse files Browse the repository at this point in the history
* add D11 tests

* add D11 tests

* Add D11 tests

* PHPUnit 10

* remove phpunit

---------

Co-authored-by: Dane Powell <[email protected]>
Co-authored-by: Sayan Goswami <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent d16ca97 commit a6ad4ee
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 1,975 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
ORCA_SUT_NAME: acquia/drupal-environment-detector
ORCA_SUT_BRANCH: main
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- ISOLATED_TEST_ON_NEXT_MINOR_DEV
# - INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR_DEV
- LOOSE_DEPRECATED_CODE_SCAN
php-version: [ "8.1", "8.3"]
php-version: [ "8.1" , "8.3" ]
coveralls-enable: [ "FALSE" ]
orca-version: [ "^4" ]
include:
Expand All @@ -59,6 +59,18 @@ jobs:
php-version: "8.3"
coveralls-enable: "TRUE"

- 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"

- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.3"

- orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.3"

- orca-job: INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
php-version: "8.0"
coveralls-enable: "FALSE"
Expand All @@ -68,18 +80,6 @@ jobs:
php-version: "8.1"
coveralls-enable: "FALSE"
orca-version: "^4"
# - orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_DEV
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
# php-version: "8.1"
# coveralls-enable: "FALSE"
# - orca-job: INTEGRATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
# php-version: "8.1"
# coveralls-enable: "FALSE"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -123,11 +123,11 @@ jobs:
all-successful:
if: always()
runs-on: ubuntu-latest
needs: [build]
needs: [ build ]
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
- name: All checks successful
run: echo "🎉"
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
- name: All checks successful
run: echo "🎉"
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
],
"require-dev": {
"acquia/coding-standards": "^2.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpunit/phpunit": "^9.1"
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
},
"sort-packages": true
},
"conflict": {
Expand Down
Loading

0 comments on commit a6ad4ee

Please sign in to comment.