mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-77434 core: add a comment explaining the php versions strategy
This commit is contained in:
parent
9ee4f8db8b
commit
f7f3ccf06e
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user