Skip to content

Commit

Permalink
Remove ACF2016 per TestBox requirements
Browse files Browse the repository at this point in the history
TestBox supports a minimum ACF version of 2018, removing ACF2016 from testing.
  • Loading branch information
ddspringle authored May 24, 2024
1 parent 888543a commit b147f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fw1_java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
engine: [ lucee@5, adobe@2023, adobe@2021, adobe@2018, adobe@2016 ]
engine: [ lucee@5, adobe@2023, adobe@2021, adobe@2018 ]

runs-on: ubuntu-latest

Expand Down

1 comment on commit b147f56

@evilwaredotcom
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I include Lucee 6.

Please sign in to comment.