Skip to content

Commit 53e55b6

Browse files
committed
Merge branch 'main' into chore/main-into-v2
2 parents 77f916a + 628a2ca commit 53e55b6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/run-e2e-tests.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ jobs:
3939
name: End-to-end tests java${{ matrix.java }}
4040
env:
4141
AWS_DEFAULT_REGION: eu-west-1
42-
43-
# If matrix.version is 21, use 17, otherwise use matrix.version
44-
# This is because AspectJ does not yet support weaving with Java21; we want
45-
# to test the Java21 runtime, but we can't yet use the JDK21 compiler.
46-
# https://github.com/eclipse-aspectj/aspectj/issues/260#issuecomment-1815920274
47-
JAVA_VERSION: ${{ (matrix.java == 21 && '17') || matrix.java }}
48-
JAVA_LAMBDA_RUNTIME_VERSION: ${{ matrix.java }}
42+
JAVA_VERSION: ${{ matrix.java }}
4943
permissions:
5044
id-token: write # needed to interact with GitHub's OIDC Token endpoint.
5145
contents: read
@@ -55,8 +49,7 @@ jobs:
5549
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
5650
with:
5751
distribution: 'corretto'
58-
# See comment above on JAVA_VERSION env var
59-
java-version: ${{ (matrix.java == 21 && '17') || matrix.java }}
52+
java-version: ${{ matrix.java }}
6053
cache: maven
6154
- name: Setup AWS credentials
6255
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0

0 commit comments

Comments
 (0)