Skip to content

Commit b5c6517

Browse files
committed
Pretty sure this isn't needed.
1 parent 8b78bb1 commit b5c6517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
--health-retries="5"
105105
-e MYSQL_ROOT_PASSWORD="root"
106106
-e MYSQL_DATABASE="test_db"
107-
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
107+
--entrypoint sh
108108
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && ' --default-authentication-plugin=mysql_native_password' || '' }}"
109109
110110
steps:

.github/workflows/reusable-upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--health-retries="5"
7070
-e MYSQL_ROOT_PASSWORD="root"
7171
-e MYSQL_DATABASE="test_db"
72-
--entrypoint sh ${{ inputs.db-type }}:${{ inputs.db-version }}
72+
--entrypoint sh
7373
-c "exec docker-entrypoint.sh mysqld${{ inputs.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), inputs.php ) && ' --default-authentication-plugin=mysql_native_password' || '' }}"
7474
7575
steps:

0 commit comments

Comments
 (0)