Skip to content

Commit

Permalink
Add java 21 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Dec 11, 2023
1 parent 092e6bb commit c3cc53e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [11, 17]
java: [11, 17, 21]
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

name: Deploy GhPages

on:
push:
branches:
- main

permissions:
contents: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3cc53e

Please sign in to comment.