Skip to content

Commit 157deb4

Browse files
committed
feat: added more versions to check
1 parent a60da9f commit 157deb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: PHP Tests
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
66

77
strategy:
8-
matrix:
9-
php: [ '8.2' ]
10-
mysql-version: [ '5.7', '8.0', '8.4' ]
8+
matrix:
9+
php: [ '8.2', '8.3' ]
10+
mysql-version: [ 'mysql:5.5', 'mysql:5.6', 'mysql:5.7', 'mysql:8.0', 'mysql:8.4', 'mariadb:5.5', 'mariadb:10.0', 'mariadb:10.1', 'percona:5.7', 'percona:8.0' ]
1111

1212
services:
1313
mysql:
14-
image: "mysql:${{ matrix.mysql-version }}"
14+
image: "${{ matrix.mysql-version }}"
1515
env:
1616
MYSQL_ROOT_PASSWORD: root
1717
MYSQL_DATABASE: mysqlreplication_test

0 commit comments

Comments
 (0)