mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02: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:
13
.github/workflows/test-unit.yml
vendored
13
.github/workflows/test-unit.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user