coldbox-modules / cborm

The ColdBox ORM enhancements for ColdFusion ORM & Hibernate. Make ORM not suck!
https://coldbox-orm.ortusbooks.com/
8 stars 17 forks source link

🤖 TEST: Add Hibernate 5.4 to the test suite engine matrix #53

Closed michaelborn closed 2 years ago

michaelborn commented 2 years ago

Add Hibernate 5.4 on Lucee 5 to the test suite so we can run CBORM against the latest available Hibernate on Lucee.

lmajano commented 2 years ago

@michaelborn I would like to add this, but what happens if the tests don't pass? is there a way to exclude it from the build process and allow it to fail?

michaelborn commented 2 years ago

@michaelborn I would like to add this, but what happens if the tests don't pass? is there a way to exclude it from the build process and allow it to fail?

After looking into the GHA reference and some tutorials, yes - we can mark a piece of the test matrix as "experimental" and conditionally set that matrix build to continue on error. (i.e. to NOT fail the build.)

I'll be pushing up some commits to this branch to implement this.

michaelborn commented 2 years ago

Added. Note that this updated build won't run until this PR is merged to #development. :wink:

Much thanks to