Add MySQL 8.0.32 to test matrix (#27985)
Adding to validate Aurora 3.05.2 compat per a customer request.
This commit is contained in:
@@ -44,17 +44,23 @@ jobs:
|
||||
matrix:
|
||||
suite: ["integration-core", "integration-enterprise", "integration-mdm", "fast", "fleetctl", "main", "mysql", "scripts", "service", "vuln"]
|
||||
os: [ubuntu-latest]
|
||||
mysql: ["mysql:8.0.36", "mysql:8.4.3", "mysql:9.1.0"] # make sure to update supported versions docs when this changes
|
||||
mysql: ["mysql:8.0.32", "mysql:8.0.36", "mysql:8.4.3", "mysql:9.1.0"] # make sure to update supported versions docs when this changes
|
||||
isCron:
|
||||
- ${{ github.event_name == 'schedule' }}
|
||||
exclude:
|
||||
- isCron: false
|
||||
mysql: "mysql:9.1.0" # Only run MySQL 9 tests on cron schedule
|
||||
- isCron: false
|
||||
mysql: "mysql:8.0.32" # Only run MySQL 8.0.32 tests on cron schedule
|
||||
# The suites below do not need MySQL, so we exclude additional MySQL options from the above matrix.
|
||||
- suite: "fast"
|
||||
mysql: "mysql:8.0.36"
|
||||
- suite: "fast"
|
||||
mysql: "mysql:8.4.3"
|
||||
- suite: "fast"
|
||||
mysql: "mysql:9.1.0"
|
||||
- suite: "scripts"
|
||||
mysql: "mysql:8.0.36"
|
||||
- suite: "scripts"
|
||||
mysql: "mysql:8.4.3"
|
||||
- suite: "scripts"
|
||||
|
||||
Reference in New Issue
Block a user