Skip to content

Commit

Permalink
Merge pull request #713 from phpDocumentor/ci-php83
Browse files Browse the repository at this point in the history
[CI] start building on php 8.3
  • Loading branch information
jaapio authored Nov 30, 2023
2 parents 44d0cbd + f4bf035 commit a1d4770
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,19 @@ jobs:
unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
with:
php-versions: "['8.1', '8.2']"

functional-tests:
name: "Functional test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
needs: "unit-tests"
with:
php-versions: "['8.1', '8.2']"
test-suite: "functional"

integration-tests:
name: "integration test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
needs: "unit-tests"
with:
php-versions: "['8.1', '8.2']"
test-suite: "integration"

xml-lint:
Expand Down

0 comments on commit a1d4770

Please sign in to comment.