Skip to content

Commit

Permalink
fix broken tests (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Nov 26, 2024
1 parent 07e9f05 commit 4666ae6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 114 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- LOOSE_DEPRECATED_CODE_SCAN
php-version: [ "8.3" ]
coveralls-enable: [ "FALSE" ]
orca-version: [ "^4" ]
orca-version: [ "^5" ]
include:

- orca-job: ISOLATED_TEST_ON_CURRENT
Expand All @@ -67,20 +67,15 @@ jobs:
# - 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"
orca-version: "^3"

- orca-job: INTEGRATED_TEST_ON_LATEST_EOL_MAJOR
php-version: "8.1"
coveralls-enable: "FALSE"
orca-version: "^4"
orca-version: "^5"

- orca-job: INTEGRATED_TEST_ON_OLDEST_SUPPORTED
php-version: "8.1"
coveralls-enable: "FALSE"
orca-version: "^4"
orca-version: "^5"

steps:
- uses: actions/checkout@v2
Expand Down
141 changes: 35 additions & 106 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4666ae6

Please sign in to comment.