Skip to content

Commit d5f78f0

Browse files
committed
MySQL 9.1 does not run on PHP <= 7.3.
1 parent 7db9323 commit d5f78f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/install-testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,15 @@ jobs:
128128
db-version: '8.4'
129129
- php: '7.3'
130130
db-version: '8.4'
131+
# MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed.
131132
- php: '7.2'
132133
db-version: '9.0'
133134
- php: '7.3'
134135
db-version: '9.0'
136+
- php: '7.2'
137+
db-version: '9.1'
138+
- php: '7.3'
139+
db-version: '9.1'
135140

136141
services:
137142
database:

0 commit comments

Comments
 (0)