Skip to content

Commit

Permalink
Merge pull request #7764 from mbien/ci-23ga
Browse files Browse the repository at this point in the history
CI: switch JDK 23 from ea to ga
  • Loading branch information
mbien committed Sep 20, 2024
2 parents 0374e1f + d19b752 commit 7c2ae32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Check Dependencies
run: |
DEPS=org.apache.maven:maven-artifact:3.9.8,org.apache.maven.indexer:search-backend-smo:7.1.4
DEPS=org.apache.maven:maven-artifact:3.9.9,org.apache.maven.indexer:search-backend-smo:7.1.5
mvn eu.maveniverse.maven.plugins:toolbox:gav-copy-transitive -Dgav=$DEPS -DsinkSpec="flat(./lib)"
echo "<pre>" >> $GITHUB_STEP_SUMMARY
java -cp "lib/*" .github/scripts/BinariesListUpdates.java ./ | tee -a $GITHUB_STEP_SUMMARY
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
timeout-minutes: 40
strategy:
matrix:
java: [ '17', '21', '23-ea' ]
java: [ '17', '21', '23' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
Expand Down Expand Up @@ -820,7 +820,7 @@ jobs:
timeout-minutes: 50
strategy:
matrix:
java: [ '17', '21', '23-ea' ]
java: [ '17', '21', '23' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
Expand Down Expand Up @@ -1424,10 +1424,10 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17', '23-ea' ]
java: [ '17', '23' ]
config: [ 'batch1', 'batch2' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '23-ea' }}
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '23' }}
fail-fast: false
steps:

Expand Down Expand Up @@ -1477,7 +1477,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17', '21', '23-ea' ]
java: [ '17', '21', '23' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
Expand Down

0 comments on commit 7c2ae32

Please sign in to comment.