Skip to content

Commit

Permalink
Bump up CI version matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Jul 1, 2024
1 parent 9a6137c commit 861821e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrations.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# The AWS CDK only supports third-party languages "until its EOL (End Of Life) shared by the vendor or community"
# https://github.com/aws/aws-cdk
# Golang EOL overview: https://endoflife.date/go
- { language: go, node-version: '16.x', go-version: '1.17.8', region: us-east-1}
- { language: go, node-version: '16.x', go-version: '1.18', region: us-east-1}
- { language: go, node-version: '18.x', go-version: '1.20', region: us-east-1}
- { language: go, node-version: '18.x', go-version: '1.18', region: us-east-1}
- { language: go, node-version: '20.x', go-version: '1.20', region: us-east-1}
- { language: go, node-version: '22.x', go-version: '1.22', region: us-east-1}

env:
AWS_REGION: ${{ matrix.region }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integrations.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
strategy:
matrix:
include:
- { language: javascript, node-version: '16.x', region: us-east-1}
- { language: typescript, node-version: '16.x', region: eu-west-2}
- { language: typescript, node-version: '16.x', region: us-east-1}
- { language: typescript, node-version: '14.x', region: us-east-1}
- { language: javascript, node-version: '18.x', region: us-east-1}
- { language: typescript, node-version: '20.x', region: eu-west-2}
- { language: typescript, node-version: '21.x', region: us-east-1}
- { language: typescript, node-version: '22.x', region: us-east-1}

env:
AWS_REGION: ${{ matrix.region }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/integrations.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
strategy:
matrix:
include:
- { language: python, node-version: '16.x', python-version: '3.10', region: us-east-1}
- { language: python, node-version: '16.x', python-version: '3.9', region: us-east-1}
- { language: python, node-version: '16.x', python-version: '3.8', region: us-east-1}
- { language: python, node-version: '18.x', python-version: '3.9', region: us-east-1}
- { language: python, node-version: '20.x', python-version: '3.10', region: us-east-1}
- { language: python, node-version: '21.x', python-version: '3.11', region: us-east-1}
- { language: python, node-version: '22.x', python-version: '3.12', region: us-east-1}

env:
AWS_REGION: ${{ matrix.region }}
Expand Down

0 comments on commit 861821e

Please sign in to comment.