asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
206 stars 21 forks source link

Using matrix version in unit tests build #85

Closed saurabhyadav1985 closed 1 year ago

saurabhyadav1985 commented 1 year ago

Motivation: Reduce duplication in the GitHub Actions workflow unit-tests #83

Modification: Refactored three jobs into one, now will build using strategy.matrix.version

Result: Jobs build for Java 8, 11 and 17 version.