Skip to content

Commit

Permalink
MDL-77434 core: add a comment explaining the php versions strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Mar 2, 2023
1 parent 9ee4f8d commit f7f3ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7f3ccf

Please sign in to comment.