mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +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:
parent
a3857a0477
commit
2a0ee3f65b
13
.github/workflows/test-unit.yml
vendored
13
.github/workflows/test-unit.yml
vendored
@ -18,25 +18,14 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
- image: php:5.6
|
- image: php:5.6
|
||||||
- image: php:7.0
|
- image: php:7.0
|
||||||
- image: php:7.1
|
|
||||||
- image: php:7.2
|
|
||||||
- image: php:7.3
|
|
||||||
- image: php:7.4
|
- image: php:7.4
|
||||||
- image: php:8.0
|
|
||||||
- image: php:8.1
|
- image: php:8.1
|
||||||
db:
|
db:
|
||||||
- image: mysql:5.5
|
- image: mysql:5.5
|
||||||
- image: mysql:5.6
|
|
||||||
- image: mysql:5.7
|
|
||||||
- image: bitnami/mysql:8.0
|
- image: bitnami/mysql:8.0
|
||||||
- image: mariadb:10.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.6
|
||||||
- image: mariadb:10.10
|
- image: mariadb:10.11
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.interpreter.image }}
|
image: ${{ matrix.interpreter.image }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user