Skip to content

Commit

Permalink
Remove JDK 23 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Feb 20, 2025
1 parent ce33d11 commit a71356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-junit-platform-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: [ 17, 23 ]
java-version: [ 17 ]
os: [ ubuntu-20.04 ]
steps:
- name: "☁️ Checkout repository"
Expand Down

0 comments on commit a71356b

Please sign in to comment.