We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809a892 commit 11efbd4Copy full SHA for 11efbd4
.github/workflows/integration.yml
@@ -33,10 +33,8 @@ jobs:
33
include:
34
- TEST_NAME: "MariaDB 11.4"
35
ARGS: MYSQL_VER=mariadb:11.4.3
36
- - TEST_NAME: "HTTPS and MySQL8"
37
- ARGS: TEST_HTTPS=Yes MYSQL_VER=mysql:8.0.40
38
- - TEST_NAME: "Force DEncode"
39
- ARGS: DIRAC_USE_JSON_ENCODE=NO
+ - TEST_NAME: "Force DEncode and MySQL8"
+ ARGS: DIRAC_USE_JSON_ENCODE=NO MYSQL_VER=mysql:8.0.40
40
- TEST_NAME: "Backward Compatibility"
41
ARGS: CLIENT_INSTALLATION_BRANCH=rel-v8r0
42
0 commit comments