Skip to content

Commit 6fe9b9e

Browse files
committed
Remove mysql 5.7 from unit tests
- mysql 5.7 is explicitly not supported for [cf-deployment|https://github.com/cloudfoundry/cf-deployment/blob/main/texts/deployment-guide.md#databases] - fixes #3949 and unblocks #3952
1 parent 475ed48 commit 6fe9b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
image: ["mysql:5.7", "mysql:8.0", "mysql:8.2"]
79+
image: ["mysql:8.0", "mysql:8.2"]
8080
services:
8181
mysql:
8282
image: ${{ matrix.image }}

.github/workflows/unit_tests_backwards_compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fail-fast: false
8686
max-parallel: 3
8787
matrix:
88-
image: ["mysql:5.7", "mysql:8.0", "mysql:8.2"]
88+
image: ["mysql:8.0", "mysql:8.2"]
8989
services:
9090
mysql:
9191
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)