Disable obsolete builds

This commit is contained in:
Greyscale 2024-05-19 23:47:34 +02:00
parent 1690d13b07
commit a78d010b5a
2 changed files with 15 additions and 10 deletions

View file

@ -30,13 +30,13 @@ jobs:
- nginx - nginx
- apache - apache
version: version:
- "7.0" # - "7.0"
- "7.1" # - "7.1"
- "7.2" # - "7.2"
- "7.3" # - "7.3"
- "7.4" # - "7.4"
- "8.0" # - "8.0"
- "8.1" # - "8.1"
- "8.2" - "8.2"
- "8.3" - "8.3"
env: env:

View file

@ -1,6 +1,11 @@
# TODO LIST # TODO LIST
- Write some integration tests that verify the containers do what they're supposed to - 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 - Refactor pipeline to have a build-test-deploy pipeline
- Add a vulnerability scanner to the pipeline - Add a vulnerability scanner to the pipeline
- More badges. More badges. More badges. - More badges. More badges. More badges.