Skip to content

Commit

Permalink
Make LIVE tests run on php 8.3 and upgrade yarn (#606)
Browse files Browse the repository at this point in the history
* Live test should run on php 8.3 only

* upgrade yarn

* Update orca.yml

* Revert "Update orca.yml"

This reverts commit a4fb642.

* use github to upgrade yarn

* yarn install

* Revert "yarn install"

This reverts commit 1366baa.

* Revert "use github to upgrade yarn"

This reverts commit 87c705f.

* Reapply "Update orca.yml"

This reverts commit 6ee0b64.

* update examples

* Update examples

* New approach
  • Loading branch information
Sayan Goswami authored Aug 9, 2024
1 parent c3decdf commit 8bdba50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
orca-job:
- " "
php-version: [ "8.1", "8.3" ]
php-version: [ "8.3" ]
steps:
- uses: actions/checkout@v2

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install latest Yarn
run: corepack enable

- uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down

0 comments on commit 8bdba50

Please sign in to comment.