mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Upgrade GitHub CI JDK
- Remove Java 11 (end of premier support) - Add Java 21
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '11', '17' ]
|
||||
java: [ '17', '21' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK
|
||||
|
||||
Reference in New Issue
Block a user