Skip to content

Commit

Permalink
小调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jun 20, 2024
1 parent c262c3c commit cd1fedc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release-java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
java: [ 21 ]
maven: [
3.9.5,
3.9.8,
3.8.8,
3.6.3,
3.5.4,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
java: [ 8, 17 ]
maven: [
3.9.5,
3.9.8,
3.8.8,
3.6.3,
3.5.4,
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
java: [ 8, 11, 17, 21 ]
maven: [
3.9.8,
3.9.5,
3.8.8,
3.6.3,
3.5.4,
Expand Down Expand Up @@ -58,5 +57,5 @@ jobs:
# step 5
- name: "Codecov"
if: matrix.java == '8' && matrix.maven == '3.9.0' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
if: matrix.java == '8' && matrix.maven == '3.0.5' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
uses: codecov/[email protected]

0 comments on commit cd1fedc

Please sign in to comment.