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
- 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:

View file

@ -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.