Skip to content

Commit b7ee484

Browse files
committed
Add missing CI services for 8.2
1 parent 50d5e96 commit b7ee484

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/push.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@ env:
4343
jobs:
4444
LINUX_X64:
4545
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
46+
services:
47+
mysql:
48+
image: mysql:8.3
49+
ports:
50+
- 3306:3306
51+
env:
52+
MYSQL_DATABASE: test
53+
MYSQL_ROOT_PASSWORD: root
54+
postgres:
55+
image: postgres
56+
ports:
57+
- 5432:5432
58+
env:
59+
POSTGRES_USER: postgres
60+
POSTGRES_PASSWORD: postgres
61+
POSTGRES_DB: test
4662
strategy:
4763
fail-fast: false
4864
matrix:

0 commit comments

Comments
 (0)