Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Feb 15, 2024
1 parent 936042b commit 869bc86
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 166 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,8 @@ jobs:
php-version: [ "8.1" ]
orca-enable-nightwatch: [ "FALSE" ]
include:
- orca-job: STATIC_CODE_ANALYSIS
php-version: "8.1"
orca-enable-nightwatch: "FALSE"

- orca-job: INTEGRATED_TEST_ON_OLDEST_SUPPORTED
php-version: "7.4"
orca-enable-nightwatch: "FALSE"

- orca-job: INTEGRATED_TEST_ON_OLDEST_SUPPORTED
php-version: "8.0"
orca-enable-nightwatch: "FALSE"

- orca-job: ISOLATED_TEST_ON_NEXT_MAJOR_LATEST_MINOR_BETA_OR_LATER
php-version: "8.1"
orca-enable-nightwatch: "TRUE"

- orca-job: INTEGRATED_TEST_ON_LATEST_LTS
- orca-job: INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
php-version: "7.4"
orca-enable-nightwatch: "FALSE"

- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: "8.1"
orca-enable-nightwatch: "TRUE"

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 869bc86

Please sign in to comment.