Skip to content

Commit 5cfaa85

Browse files
committed
Remove test files & add workflow images to the doc
1 parent 06839f1 commit 5cfaa85

6 files changed

Lines changed: 5 additions & 65 deletions

File tree

.github/workflows/test-latest.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/test-matrix.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: echo "run your tests"
7272
```
7373
74+
![Test with minimal](doc/test-minimal.png)
75+
7476
If you want to do the same but using the latest PHP version that meets the requirements defined in `composer.json`, you
7577
simply need to replace `steps.php-version.outputs.minimal` by `steps.php-version.outputs.latest`
7678

@@ -119,6 +121,8 @@ jobs:
119121
run: echo "run your tests"
120122
```
121123

124+
![Test with matrix](doc/test-matrix.png)
125+
122126
### Custom Working Directory
123127

124128
If your `composer.json` is in a subdirectory:
@@ -140,7 +144,7 @@ The action supports all the constraints supported by
140144

141145
The action writes a [GitHub Actions Job Summary](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) with output values it identified.
142146

143-
![Job summary](doc/summary.png)
147+
![Job summary](doc/job-summary.png)
144148

145149
## Areas for Improvement
146150

File renamed without changes.

doc/test-matrix.png

32.8 KB
Loading

doc/test-minimal.png

64.3 KB
Loading

0 commit comments

Comments
 (0)