Skip to content

Version 8.0 #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
CI: update
  • Loading branch information
rashtao committed Jun 6, 2025
commit b89ae026809198cad05fe12f05afa98a66d95c14
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ workflows:
jdk:
- 'j17'
- 'j21'
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- test:
name: test-jackson-<<matrix.args>>
matrix:
Expand All @@ -517,8 +522,7 @@ workflows:
tags:
only: /^v.*/
branches:
only:
- next
ignore: /.*/
- test:
name: test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
matrix:
Expand All @@ -537,8 +541,7 @@ workflows:
tags:
only: /^v.*/
branches:
only:
- next
ignore: /.*/
- test-shaded:
name: test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
matrix:
Expand All @@ -557,8 +560,7 @@ workflows:
tags:
only: /^v.*/
branches:
only:
- next
ignore: /.*/

test-non-func:
when:
Expand Down Expand Up @@ -599,5 +601,4 @@ workflows:
tags:
only: /^deploy.*/
branches:
only:
- next
ignore: /.*/