Skip to content

Commit eae2e52

Browse files
committed
remove ONLY_FULL_GROUP_BY
Signed-off-by: dartcafe <[email protected]>
1 parent 95aa1fd commit eae2e52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/phpunit-mariadb.yml

-5
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119

120-
- name: Enable ONLY_FULL_GROUP_BY MariaDB option
121-
run: |
122-
echo "SET GLOBAL sql_mode=(SELECT CONCAT(@@sql_mode,',ONLY_FULL_GROUP_BY'));" | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
123-
echo 'SELECT @@sql_mode;' | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
124-
125120
- name: Check composer file existence
126121
id: check_composer
127122
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0

0 commit comments

Comments
 (0)