mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix the MySQL Server version used for testing to (#14120)
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -159,7 +159,7 @@ jobs:
|
||||
image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8
|
||||
image: mysql:8.3
|
||||
ports:
|
||||
- 3306:3306
|
||||
env:
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8
|
||||
image: mysql:8.3
|
||||
ports:
|
||||
- 3306:3306
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user