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 7f69999 commit 70e30c3Copy full SHA for 70e30c3
.github/workflows/integration_tests.yml
@@ -18,9 +18,9 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: [ "3.11" ]
22
- engine-version: [ "latest" ]
23
- environment: [ "mysql" ]
+ python-version: [ "3.8", "3.11" ]
+ engine-version: [ "lts", "latest" ]
+ environment: ["mysql"]
24
25
steps:
26
- name: 'Clone repository'
@@ -57,7 +57,6 @@ jobs:
57
RDS_DB_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
58
AURORA_MYSQL_DB_ENGINE_VERSION: ${{ matrix.engine-version }}
59
AURORA_PG_ENGINE_VERSION: ${{ matrix.engine-version }}
60
- NUM_INSTANCES: 2
61
62
- name: 'Archive results'
63
if: always()
0 commit comments