Skip to content

Commit

Permalink
CI: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Oct 4, 2023
1 parent b857ed1 commit b92cc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continues[email protected]"
uses: "phpDocumentor/.github/.github/workflows/continuous[email protected]"
with:
php-versions: "['7.4', '8.0', '8.1', '8.2']"

integration-tests:
name: "Integration test"
uses: "phpDocumentor/.github/.github/workflows/continues[email protected]"
uses: "phpDocumentor/.github/.github/workflows/continuous[email protected]"
needs: "unit-tests"
with:
test-suite: "integration"

0 comments on commit b92cc96

Please sign in to comment.