Skip to content

Commit

Permalink
resolve backport conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 22, 2024
1 parent f7722e3 commit 946a8e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,8 @@ jobs:
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
with:
php-version: "8.2"
<<<<<<< HEAD
composer-root-version: "1.x-dev"
=======
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
composer-root-version: "2.x-dev"
>>>>>>> bafbb25a (Add iconv to ci)

architecture:
name: "Check architecture"
Expand All @@ -87,38 +83,26 @@ jobs:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
with:
<<<<<<< HEAD
composer-root-version: "1.x-dev"
=======
composer-root-version: "2.x-dev"
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
>>>>>>> bafbb25a (Add iconv to ci)

functional-tests:
name: "Functional test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
needs: "unit-tests"
with:
test-suite: "functional"
<<<<<<< HEAD
composer-root-version: "1.x-dev"
=======
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
composer-root-version: "2.x-dev"
>>>>>>> bafbb25a (Add iconv to ci)

integration-tests:
name: "integration test"
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
needs: "unit-tests"
with:
test-suite: "integration"
<<<<<<< HEAD
composer-root-version: "1.x-dev"
=======
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
composer-root-version: "2.x-dev"
>>>>>>> bafbb25a (Add iconv to ci)

xml-lint:
runs-on: "ubuntu-latest"
Expand Down
6 changes: 1 addition & 5 deletions composer.lock

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

0 comments on commit 946a8e5

Please sign in to comment.