Skip to content

Commit 946a8e5

Browse files
committed
resolve backport conflicts
1 parent f7722e3 commit 946a8e5

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/integrate.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ jobs:
5555
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
5656
with:
5757
php-version: "8.2"
58-
<<<<<<< HEAD
5958
composer-root-version: "1.x-dev"
60-
=======
6159
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
62-
composer-root-version: "2.x-dev"
63-
>>>>>>> bafbb25a (Add iconv to ci)
6460

6561
architecture:
6662
name: "Check architecture"
@@ -87,38 +83,26 @@ jobs:
8783
name: "Unit test"
8884
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8985
with:
90-
<<<<<<< HEAD
9186
composer-root-version: "1.x-dev"
92-
=======
93-
composer-root-version: "2.x-dev"
9487
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
95-
>>>>>>> bafbb25a (Add iconv to ci)
9688

9789
functional-tests:
9890
name: "Functional test"
9991
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
10092
needs: "unit-tests"
10193
with:
10294
test-suite: "functional"
103-
<<<<<<< HEAD
10495
composer-root-version: "1.x-dev"
105-
=======
10696
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
107-
composer-root-version: "2.x-dev"
108-
>>>>>>> bafbb25a (Add iconv to ci)
10997

11098
integration-tests:
11199
name: "integration test"
112100
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
113101
needs: "unit-tests"
114102
with:
115103
test-suite: "integration"
116-
<<<<<<< HEAD
117104
composer-root-version: "1.x-dev"
118-
=======
119105
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
120-
composer-root-version: "2.x-dev"
121-
>>>>>>> bafbb25a (Add iconv to ci)
122106

123107
xml-lint:
124108
runs-on: "ubuntu-latest"

composer.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)