MDL-77434 core: add a comment explaining the php versions strategy

This commit is contained in:
Simey Lameze 2023-03-02 13:14:43 +08:00
parent 9ee4f8db8b
commit f7f3ccf06e

View File

@ -54,10 +54,12 @@ jobs:
fail-fast: false
matrix:
include:
# MySQL builds always run with the lowest PHP supported version.
- os: ubuntu-22.04
php: 8.0
extensions:
db: mysqli
# PostgreSQL builds always run with the highest PHP supported version.
- os: ubuntu-22.04
php: 8.0
db: pgsql