Skip to content

Commit 6db81c1

Browse files
committed
chore(ci): add full matrix test for Laravel 10–12 and MySQL 5.7/8.0
1 parent 1481a92 commit 6db81c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ develop, dev-*, master ]
5+
branches: [ feature-*, develop, dev-*, master ]
66
pull_request:
77
branches: [ develop, dev-*, master ]
88

@@ -25,7 +25,7 @@ jobs:
2525
exclude:
2626
- laravel: 10
2727
php: 8.4
28-
mysql: [ 5.7 ]
28+
mysql: [ 5.7, 8.0 ]
2929

3030
services:
3131
mysql:

0 commit comments

Comments
 (0)