Skip to content

Commit 861821e

Browse files
committed
Bump up CI version matrices
1 parent 9a6137c commit 861821e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/integrations.go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# The AWS CDK only supports third-party languages "until its EOL (End Of Life) shared by the vendor or community"
2727
# https://github.com/aws/aws-cdk
2828
# Golang EOL overview: https://endoflife.date/go
29-
- { language: go, node-version: '16.x', go-version: '1.17.8', region: us-east-1}
30-
- { language: go, node-version: '16.x', go-version: '1.18', region: us-east-1}
31-
- { language: go, node-version: '18.x', go-version: '1.20', region: us-east-1}
29+
- { language: go, node-version: '18.x', go-version: '1.18', region: us-east-1}
30+
- { language: go, node-version: '20.x', go-version: '1.20', region: us-east-1}
31+
- { language: go, node-version: '22.x', go-version: '1.22', region: us-east-1}
3232

3333
env:
3434
AWS_REGION: ${{ matrix.region }}

.github/workflows/integrations.node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
strategy:
2424
matrix:
2525
include:
26-
- { language: javascript, node-version: '16.x', region: us-east-1}
27-
- { language: typescript, node-version: '16.x', region: eu-west-2}
28-
- { language: typescript, node-version: '16.x', region: us-east-1}
29-
- { language: typescript, node-version: '14.x', region: us-east-1}
26+
- { language: javascript, node-version: '18.x', region: us-east-1}
27+
- { language: typescript, node-version: '20.x', region: eu-west-2}
28+
- { language: typescript, node-version: '21.x', region: us-east-1}
29+
- { language: typescript, node-version: '22.x', region: us-east-1}
3030

3131
env:
3232
AWS_REGION: ${{ matrix.region }}

.github/workflows/integrations.python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
strategy:
2424
matrix:
2525
include:
26-
- { language: python, node-version: '16.x', python-version: '3.10', region: us-east-1}
27-
- { language: python, node-version: '16.x', python-version: '3.9', region: us-east-1}
28-
- { language: python, node-version: '16.x', python-version: '3.8', region: us-east-1}
26+
- { language: python, node-version: '18.x', python-version: '3.9', region: us-east-1}
27+
- { language: python, node-version: '20.x', python-version: '3.10', region: us-east-1}
28+
- { language: python, node-version: '21.x', python-version: '3.11', region: us-east-1}
29+
- { language: python, node-version: '22.x', python-version: '3.12', region: us-east-1}
2930

3031
env:
3132
AWS_REGION: ${{ matrix.region }}

0 commit comments

Comments
 (0)