Skip to content

Commit 53fc91a

Browse files
authored
Merge pull request #460 from greg0ire/fixed-workflow
Try fixed workflow
2 parents 2ad5df9 + bb9012e commit 53fc91a

File tree

8 files changed

+57
-55
lines changed

8 files changed

+57
-55
lines changed

.github/workflows/integrate.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
jobs:
1212
code-coverage:
1313
name: "Code Coverage"
14-
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
14+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
1515
with:
1616
php-version: "8.2"
1717

@@ -46,7 +46,7 @@ jobs:
4646

4747
static-analysis:
4848
name: "Static analysis"
49-
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
49+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
5050
with:
5151
php-version: "8.2"
5252

@@ -72,21 +72,21 @@ jobs:
7272

7373
unit-tests:
7474
name: "Unit test"
75-
uses: "phpDocumentor/.github/.github/workflows/continues[email protected].0"
75+
uses: "phpDocumentor/.github/.github/workflows/continuous[email protected].1"
7676
with:
7777
php-versions: "['8.1', '8.2']"
7878

79-
funtional-tests:
79+
functional-tests:
8080
name: "Functional test"
81-
uses: "phpDocumentor/.github/.github/workflows/continues[email protected].0"
81+
uses: "phpDocumentor/.github/.github/workflows/continuous[email protected].1"
8282
needs: "unit-tests"
8383
with:
8484
php-versions: "['8.1', '8.2']"
8585
test-suite: "functional"
8686

8787
integration-tests:
8888
name: "integration test"
89-
uses: "phpDocumentor/.github/.github/workflows/continues[email protected].0"
89+
uses: "phpDocumentor/.github/.github/workflows/continuous[email protected].1"
9090
needs: "unit-tests"
9191
with:
9292
php-versions: "['8.1', '8.2']"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-mbstring": "*",
2929
"doctrine/lexer": "^3.0",
3030
"league/commonmark": "^2.4",
31-
"league/flysystem": "^1.0",
31+
"league/flysystem": "^1.0.5",
3232
"league/tactician": "^1.1",
3333
"league/uri": "^6.5",
3434
"league/uri-interfaces": "^2.3",
@@ -52,7 +52,7 @@
5252
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
5353
"doctrine/coding-standard": "^12.0",
5454
"fakerphp/faker": "^1.23",
55-
"gajus/dindent": "^2.0",
55+
"gajus/dindent": "^2.0.1",
5656
"jangregor/phpstan-prophecy": "^1.0",
5757
"league/flysystem-memory": "^1.0",
5858
"phpstan/extension-installer": "^1.3",

composer.lock

Lines changed: 41 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guides-cli/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"require": {
2121
"php": "^8.1",
2222
"monolog/monolog": "^2.9",
23-
"phpdocumentor/guides": "dev-main@dev",
24-
"phpdocumentor/guides-restructured-text": "dev-main@dev",
23+
"phpdocumentor/guides": "self.version",
24+
"phpdocumentor/guides-restructured-text": "self.version",
2525
"symfony/config": "^5.4",
2626
"symfony/console": "^5.4",
2727
"symfony/dependency-injection": "^5.4",

packages/guides-graphs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.1",
25-
"phpdocumentor/guides": "dev-main@dev",
26-
"phpdocumentor/guides-restructured-text": "dev-main@dev",
25+
"phpdocumentor/guides": "self.version",
26+
"phpdocumentor/guides-restructured-text": "self.version",
2727
"symfony/process": "^5.4",
2828
"twig/twig": "~2.0"
2929
}

packages/guides-markdown/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"require": {
2424
"php": "^8.1",
2525
"league/commonmark": "^2.4",
26-
"phpdocumentor/guides": "dev-main@dev"
26+
"phpdocumentor/guides": "self.version"
2727
}
2828
}

packages/guides-restructured-text/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^8.1",
2525
"doctrine/lexer": "^3.0",
26-
"phpdocumentor/guides": "dev-main@dev",
26+
"phpdocumentor/guides": "self.version",
2727
"webmozart/assert": "^1.11"
2828
}
2929
}

packages/guides-theme-bootstrap/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require": {
1616
"php": "^8.1",
17-
"phpdocumentor/guides": "dev-main@dev",
18-
"phpdocumentor/guides-restructured-text": "dev-main@dev"
17+
"phpdocumentor/guides": "self.version",
18+
"phpdocumentor/guides-restructured-text": "self.version"
1919
}
2020
}

0 commit comments

Comments
 (0)