Skip to content

Commit 4d206a8

Browse files
committed
Update test mastrix
1 parent a89b3c4 commit 4d206a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-integrations-aws.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
python-version: ["3.8","3.10","3.12","3.13"]
63+
python-version: ["3.8","3.9","3.11","3.13"]
6464
# python3.6 reached EOL and is no longer being supported on
6565
# new versions of hosted runners on Github Actions
6666
# ubuntu-20.04 is the last version that supported python3.6
6767
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
6868
os: [ubuntu-20.04]
6969
needs: check-permissions
70-
services:
71-
docker:
72-
image: docker:dind # Docker-in-Docker
73-
options: --privileged
7470
steps:
7571
- uses: actions/[email protected]
7672
with:

0 commit comments

Comments
 (0)