Skip to content

Commit 530c2c7

Browse files
committed
Update main.yml
1 parent cc95b2d commit 530c2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
luceeVersions:
1313
description: 'JSON array of Lucee versions to test'
1414
required: false
15-
default: '["6.2/stable/light", "7.0/stable/light", "7.1/snapshot/light"]'
15+
default: '["6.2/stable/light", "7.0/stable/light"]'
1616

1717
jobs:
1818
setup:
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
lucee: ${{ fromJSON(inputs.luceeVersions || vars.LUCEE_TEST_VERSIONS || '["7.0/stable/light", "7.1/snapshot/light"]') }}
58+
lucee: ${{ fromJSON(inputs.luceeVersions || vars.LUCEE_TEST_VERSIONS || '["6.2/stable/light", "7.0/snapshot/light"]') }}
5959
steps:
6060
- uses: actions/checkout@v4
6161

0 commit comments

Comments
 (0)