File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 name : End-to-end tests java${{ matrix.java }}
3939 env :
4040 AWS_DEFAULT_REGION : eu-west-1
41-
42- # If matrix.version is 21, use 17, otherwise use matrix.version
43- # This is because AspectJ does not yet support weaving with Java21; we want
44- # to test the Java21 runtime, but we can't yet use the JDK21 compiler.
45- # https://github.com/eclipse-aspectj/aspectj/issues/260#issuecomment-1815920274
46- JAVA_VERSION : ${{ (matrix.java == 21 && '17') || matrix.java }}
47- JAVA_LAMBDA_RUNTIME_VERSION : ${{ matrix.java }}
41+ JAVA_VERSION : ${{ matrix.java }}
4842 permissions :
4943 id-token : write # needed to interact with GitHub's OIDC Token endpoint.
5044 contents : read
5448 uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
5549 with :
5650 distribution : ' corretto'
57- # See comment above on JAVA_VERSION env var
58- java-version : ${{ (matrix.java == 21 && '17') || matrix.java }}
51+ java-version : ${{ matrix.java }}
5952 cache : maven
6053 - name : Setup AWS credentials
6154 uses : aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
You can’t perform that action at this time.
0 commit comments