mbien commented on PR #9413:
URL: https://github.com/apache/netbeans/pull/9413#issuecomment-4575218101

   suggestion:
   ```diff
   diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
   index 20f9322..b94eb02 100644
   --- a/.github/workflows/main.yml
   +++ b/.github/workflows/main.yml
   @@ -1470,10 +1470,10 @@
        timeout-minutes: 60
        strategy:
          matrix:
   -        java: [ '21', '26' ]
   +        java: [ '21', '27-ea' ]
            config: [ 'batch1', 'batch2' ]
            exclude:
   -          - java: ${{ github.event_name == 'pull_request' && 'nothing' || 
'26' }}
   +          - java: ${{ github.event_name == 'pull_request' && 'nothing' || 
'27-ea' }}
          fail-fast: false
        steps:
   ```
   
   the hints job was skipped in https://github.com/apache/netbeans/pull/9402 
since it had to wait for the nb-javac update


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to