Disable obsolete builds
This commit is contained in:
parent
1690d13b07
commit
a78d010b5a
2 changed files with 15 additions and 10 deletions
14
.github/workflows/php.yml
vendored
14
.github/workflows/php.yml
vendored
|
|
@ -30,13 +30,13 @@ jobs:
|
|||
- nginx
|
||||
- apache
|
||||
version:
|
||||
- "7.0"
|
||||
- "7.1"
|
||||
- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
# - "7.0"
|
||||
# - "7.1"
|
||||
# - "7.2"
|
||||
# - "7.3"
|
||||
# - "7.4"
|
||||
# - "8.0"
|
||||
# - "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
env:
|
||||
|
|
|
|||
5
Todo.md
5
Todo.md
|
|
@ -1,6 +1,11 @@
|
|||
# TODO LIST
|
||||
|
||||
- Write some integration tests that verify the containers do what they're supposed to
|
||||
- php -v should return the correct version
|
||||
- php -m should return the correct modules
|
||||
- tools are present and correct:
|
||||
- composer
|
||||
- lsb_release
|
||||
- Refactor pipeline to have a build-test-deploy pipeline
|
||||
- Add a vulnerability scanner to the pipeline
|
||||
- More badges. More badges. More badges.
|
||||
|
|
|
|||
Loading…
Reference in a new issue