Skip to content

Commit ff1bed1

Browse files
committed
LDEV-6110 update Lucee 7.1 to builds and test with Java 25
1 parent 5e77946 commit ff1bed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
LUCEE_BUILD_JAVA_VERSION:
1010
required: true
1111
type: string
12-
default: '21'
12+
default: '25'
1313
push:
1414
branches:
1515
- '**' # thus ignoring tagging
@@ -19,7 +19,7 @@ on:
1919
LUCEE_BUILD_JAVA_VERSION:
2020
required: true
2121
type: string
22-
default: '21'
22+
default: '25'
2323
LUCEE_TEST_JAVA_VERSION:
2424
description: Optional Java Test version, default is the build java version
2525
required: false
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
env:
3636
DO_DEPLOY: "${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/7.1') }}"
37-
LUCEE_BUILD_JAVA_VERSION: 21
37+
LUCEE_BUILD_JAVA_VERSION: 25
3838
LUCEE_TEST_JAVA_VERSION: ''
3939
services:
4040
ldap:

0 commit comments

Comments
 (0)