Skip to content
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

ci: remove JDK 14 #415

Merged
merged 1 commit into from
Aug 6, 2022
Merged

ci: remove JDK 14 #415

merged 1 commit into from
Aug 6, 2022

Conversation

bradh
Copy link
Collaborator

@bradh bradh commented Jul 30, 2022

Motivation and Context

JDK 14 is EOL, and is pretty pointless to test given we have JDK 11 and JDK 17 in the mix.

Its also continuing to give trouble - see #403. I've seen the problem on other JDKs, but JDK 14 running appears to be the worst example.

Description

Removes GitHub workflow for JDK 14 for the 2.x branch.

How Has This Been Tested?

Only tested as part of this PR.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2022

Codecov Report

Merging #415 (41353b9) into 2.x (2bac88a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x     #415   +/-   ##
=========================================
  Coverage     91.03%   91.03%           
  Complexity     5610     5610           
=========================================
  Files           610      610           
  Lines         14571    14571           
  Branches       1379     1379           
=========================================
  Hits          13265    13265           
  Misses         1269     1269           
  Partials         37       37           
Flag Coverage Δ
unittests-api 98.67% <ø> (ø)
unittests-api-ffmpeg 15.85% <ø> (ø)
unittests-awt 100.00% <ø> (ø)
unittests-core 98.44% <ø> (ø)
unittests-geoid 100.00% <ø> (ø)
unittests-mimd 97.24% <ø> (ø)
unittests-st0601 99.26% <ø> (ø)
unittests-st0602 99.06% <ø> (ø)
unittests-st0805 99.17% <ø> (ø)
unittests-st0806 99.64% <ø> (ø)
unittests-st0808 99.08% <ø> (ø)
unittests-st0809 99.11% <ø> (ø)
unittests-st0903-vmti 98.79% <ø> (ø)
unittests-st0903-vtrack 97.09% <ø> (ø)
unittests-st1108 99.66% <ø> (ø)
unittests-st1206 99.59% <ø> (ø)
unittests-st1301 98.91% <ø> (ø)
unittests-st1403 100.00% <ø> (ø)
unittests-st1601 100.00% <ø> (ø)
unittests-st1602 100.00% <ø> (ø)
unittests-st1603 98.03% <ø> (ø)
unittests-st1909 99.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2bac88a...41353b9. Read the comment docs.

@bradh bradh merged commit 715e940 into WestRidgeSystems:2.x Aug 6, 2022
@bradh bradh deleted the jdk14_eol branch August 6, 2022 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants