Skip to content

Commit a01958a

Browse files
committed
Temporary revert
1 parent bd86819 commit a01958a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111

1212
services:
1313
mysql:
14-
image: mysql:8
15-
env:
16-
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17-
MYSQL_DATABASE: laravel
18-
ports:
19-
- 3306:3306
20-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
14+
image: mysql:8
15+
env:
16+
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17+
MYSQL_DATABASE: laravel
18+
MYSQL_ROOT_PASSWORD: root
19+
ports:
20+
- 3306:3306
21+
options: --default-authentication-plugin=mysql_native_password --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2122

2223
strategy:
2324
fail-fast: true
@@ -42,7 +43,7 @@ jobs:
4243
- name: Setup PHP
4344
uses: shivammathur/setup-php@v2
4445
with:
45-
php-version: ${{ matrix.php }}
46+
php-version: 8.2
4647
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
4748
tools: composer:v2
4849
coverage: none

0 commit comments

Comments
 (0)