mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Merge pull request #7 from ethauvin/main
Switched to JDK 20 for testing
This commit is contained in:
commit
f71f92bfa9
3 changed files with 4 additions and 4 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 19 ]
|
||||
java-version: [ 17, 20 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
|
@ -59,10 +59,10 @@ public class MyappBuild extends Project {
|
|||
scope(test)
|
||||
.include(dependency("org.junit.jupiter",
|
||||
"junit-jupiter",
|
||||
version(5,9,2)))
|
||||
version(5,10,0)))
|
||||
.include(dependency("org.junit.platform",
|
||||
"junit-platform-console-standalone",
|
||||
version(1,9,2)));
|
||||
version(1,10,0)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit e5bc3cda916a6999b2d9b854123198f58171bdaa
|
||||
Subproject commit e6872e1c927662eb5156700c6d81b483b75e383b
|
Loading…
Add table
Add a link
Reference in a new issue