diff --git a/.github/compat/matrix.yml b/.github/compat/matrix.yml index e4addd1..de25eb3 100644 --- a/.github/compat/matrix.yml +++ b/.github/compat/matrix.yml @@ -39,9 +39,14 @@ toolchain: - {compiler: intel-classic, version: '2021.2'} - {compiler: intel-classic, version: '2021.1.2'} - {compiler: intel-classic, version: '2021.1'} - - {compiler: lfortran, version: '0.31.0'} - - {compiler: lfortran, version: '0.32.0'} + - {compiler: lfortran, version: '0.35.0'} + - {compiler: lfortran, version: '0.34.0'} - {compiler: lfortran, version: '0.33.0'} + - {compiler: lfortran, version: '0.32.0'} + - {compiler: lfortran, version: '0.31.0'} + - {compiler: nvidia-hpc, version: '24.5'} + - {compiler: nvidia-hpc, version: '24.3'} + - {compiler: nvidia-hpc, version: '24.1'} - {compiler: nvidia-hpc, version: '23.11'} - {compiler: nvidia-hpc, version: '23.9'} - {compiler: nvidia-hpc, version: '23.7'} diff --git a/action.yml b/action.yml index 5f2f627..3389b8b 100644 --- a/action.yml +++ b/action.yml @@ -94,11 +94,11 @@ runs: install_intel $platform false ;; nvidia-hpc) - version=${VERSION:-23.11} + version=${VERSION:-24.5} install_nvidiahpc $platform ;; lfortran) - version=${VERSION:-0.33.0} + version=${VERSION:-0.35.0} install_lfortran $platform ;; *)