MHKiT-Software / MHKiT-MATLAB

MHKiT-MATLAB provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
15 stars 23 forks source link

Add older matlab release test case to CI #97

Closed hivanov-nrel closed 2 years ago

hivanov-nrel commented 2 years ago

The purpose of this PR is to address issue #95. The unit test Github Actions has been updated to include an extra test case [ubuntu-latest, R2020b] so that we can test our code against older releases of Matlab that we claim are still compatible with our code. The workflow was tested on my fork against the current dev branch and all tests passed. Below are some reference sites used to make the edits to the workflow.

https://github.com/matlab-actions/setup-matlab/#set-up-matlab https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs

hivanov-nrel commented 2 years ago

@Matthew-Boyd do you have write access to merge this into develop?