mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add missing CI services for 8.2
This commit is contained in:
16
.github/workflows/push.yml
vendored
16
.github/workflows/push.yml
vendored
@@ -43,6 +43,22 @@ env:
|
||||
jobs:
|
||||
LINUX_X64:
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8.3
|
||||
ports:
|
||||
- 3306:3306
|
||||
env:
|
||||
MYSQL_DATABASE: test
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user