Skip to content

Commit

Permalink
Fix 8.4 and MySQL 8.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Dec 6, 2024
1 parent 752edce commit 635abf9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion packages/database/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PHP
Expand Down
2 changes: 1 addition & 1 deletion packages/query/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PHP
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PHP
Expand Down
2 changes: 1 addition & 1 deletion packages/session/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: 5.7
mysql version: 8.1
mysql database: windwalker_test
mysql root password: ut1234
# PHP
Expand Down

0 comments on commit 635abf9

Please sign in to comment.