We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc95b2d commit 530c2c7Copy full SHA for 530c2c7
.github/workflows/main.yml
@@ -12,7 +12,7 @@ on:
12
luceeVersions:
13
description: 'JSON array of Lucee versions to test'
14
required: false
15
- default: '["6.2/stable/light", "7.0/stable/light", "7.1/snapshot/light"]'
+ default: '["6.2/stable/light", "7.0/stable/light"]'
16
17
jobs:
18
setup:
@@ -55,7 +55,7 @@ jobs:
55
strategy:
56
fail-fast: false
57
matrix:
58
- lucee: ${{ fromJSON(inputs.luceeVersions || vars.LUCEE_TEST_VERSIONS || '["7.0/stable/light", "7.1/snapshot/light"]') }}
+ lucee: ${{ fromJSON(inputs.luceeVersions || vars.LUCEE_TEST_VERSIONS || '["6.2/stable/light", "7.0/snapshot/light"]') }}
59
steps:
60
- uses: actions/checkout@v4
61
0 commit comments