Skip to content

Commit 2677503

Browse files
committed
fix mysql action
1 parent dcdf9e6 commit 2677503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# mysql: [8.0, 5.7]
1514
mysql: [8.0]
1615

1716
services:
1817
mysql:
19-
image: mariadb:latest
18+
image: mysql:${{ matrix.mysql }}
2019
env:
2120
MYSQL_ALLOW_EMPTY_PASSWORD: yes
2221
MYSQL_DATABASE: laravel_eloquent_spatial_test

0 commit comments

Comments
 (0)