Skip to content

Commit 5c4b268

Browse files
authored
Test against maven 4.0.0-beta-5 (#116)
1 parent a81bddc commit 5c4b268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/matrix-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
maven: [ 3.5.2, 3.9.9, 4.0.0-beta-4]
14+
maven: [ 3.5.2, 3.9.9, 4.0.0-beta-5]
1515
os: [ ubuntu-latest, windows-latest ]
1616
java: [11, 17, 21]
1717
exclude:
1818
- java: 11
19-
maven: 4.0.0-beta-4
19+
maven: 4.0.0-beta-5
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)