Skip to content

Commit

Permalink
update java 20 workflow to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 17, 2023
1 parent 7d4340b commit 858e9cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main-java-20.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/main-java-21.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build with Java 21

on: [workflow_dispatch]

jobs:
build:
uses: ./.github/workflows/main.yml
with:
LUCEE_TEST_JAVA_VERSION: '21'
LUCEE_BUILD_JAVA_VERSION: '21'

0 comments on commit 858e9cf

Please sign in to comment.