Skip to content

Commit

Permalink
Revert "disable jdk 7 compile support. alibaba#2044"
Browse files Browse the repository at this point in the history
This reverts commit 088b29b.
  • Loading branch information
hengyunabc committed Dec 17, 2021
1 parent 416fb89 commit 86e44c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 9, 10, 11 ]
java: [7, 8, 9, 10, 11 ]
steps:
- uses: actions/checkout@v2
- name: Setup java
Expand Down

0 comments on commit 86e44c9

Please sign in to comment.