Skip to content

Commit 49e57aa

Browse files
committed
Merge branch 'master' into testcontainers
2 parents 646685d + 032dfad commit 49e57aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
java_version: [11, 17]
20+
java_version: [17, 21]
2121

2222
steps:
2323
- name: Environment
2424
run: env | sort
2525

2626
- name: Checkout
27-
uses: actions/checkout@v1
27+
uses: actions/checkout@v4
2828
with:
29-
fetch-depth: 1
3029
submodules: true
3130

3231
- name: Setup Java ${{ matrix.java_version }}

0 commit comments

Comments
 (0)