Skip to content

Commit c71d3a2

Browse files
committed
This is needed.
1 parent 566d5cf commit c71d3a2

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
@@ -110,7 +110,7 @@ jobs:
110110
--health-retries="5"
111111
-e MYSQL_ROOT_PASSWORD="root"
112112
-e MYSQL_DATABASE="test_db"
113-
--entrypoint sh
113+
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
114114
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && ' --default-authentication-plugin=mysql_native_password' || '' }}"
115115
116116
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
72+
--entrypoint sh ${{ inputs.db-type }}:${{ inputs.db-version }}
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)