Skip to content

Commit

Permalink
[CI] start building on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 30, 2023
1 parent 44d0cbd commit f4bf035
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 f4bf035

Please sign in to comment.