1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

CI: Remove uninteresting service versions

Now, we just test the PHP and MySQL/MariaDB versions that have big
changes starting from the lowest versions we support up to the highest
versions we support.
This commit is contained in:
Nick Liu 2023-10-28 12:35:45 -05:00
parent a3857a0477
commit 2a0ee3f65b
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -18,25 +18,14 @@ jobs:
interpreter:
- image: php:5.6
- image: php:7.0
- image: php:7.1
- image: php:7.2
- image: php:7.3
- image: php:7.4
- image: php:8.0
- image: php:8.1
db:
- image: mysql:5.5
- image: mysql:5.6
- image: mysql:5.7
- image: bitnami/mysql:8.0
- image: mariadb:10.0
- image: mariadb:10.1
- image: mariadb:10.2
- image: mariadb:10.3
- image: mariadb:10.4
- image: mariadb:10.5
- image: mariadb:10.6
- image: mariadb:10.10
- image: mariadb:10.11
runs-on: ubuntu-latest
container:
image: ${{ matrix.interpreter.image }}