Skip to content

Commit c53891a

Browse files
authored
Merge pull request #9315 from mbien/ci-26ga
Switch CI from 26ea to ga
2 parents 26a05a6 + d07d72d commit c53891a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
timeout-minutes: 40
146146
strategy:
147147
matrix:
148-
java: [ '21', '25', '26-ea' ]
148+
java: [ '21', '25', '26' ]
149149
exclude:
150150
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }}
151151
fail-fast: false
@@ -250,7 +250,7 @@ jobs:
250250
java: [ '21' ]
251251
include:
252252
- os: ubuntu-latest
253-
java: 26-ea
253+
java: 26
254254
fail-fast: false
255255
steps:
256256

@@ -861,7 +861,7 @@ jobs:
861861
timeout-minutes: 50
862862
strategy:
863863
matrix:
864-
java: [ '21', '25', '26-ea' ]
864+
java: [ '21', '25', '26' ]
865865
exclude:
866866
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }}
867867
fail-fast: false
@@ -1478,10 +1478,10 @@ jobs:
14781478
timeout-minutes: 60
14791479
strategy:
14801480
matrix:
1481-
java: [ '21', '26-ea' ]
1481+
java: [ '21', '26' ]
14821482
config: [ 'batch1', 'batch2' ]
14831483
exclude:
1484-
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '26-ea' }}
1484+
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '26' }}
14851485
fail-fast: false
14861486
steps:
14871487

@@ -1535,7 +1535,7 @@ jobs:
15351535
timeout-minutes: 60
15361536
strategy:
15371537
matrix:
1538-
java: [ '21', '25', '26-ea' ]
1538+
java: [ '21', '25', '26' ]
15391539
exclude:
15401540
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '25' }}
15411541
fail-fast: false

0 commit comments

Comments
 (0)