diff --git a/.github/compat/matrix.yml b/.github/compat/matrix.yml index e4addd1..c969568 100644 --- a/.github/compat/matrix.yml +++ b/.github/compat/matrix.yml @@ -39,9 +39,15 @@ 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.33.0'} + - {compiler: lfortran, version: '0.45.0'} + - {compiler: lfortran, version: '0.44.0'} + - {compiler: lfortran, version: '0.43.0'} + - {compiler: lfortran, version: '0.42.0'} + - {compiler: lfortran, version: '0.41.0'} + - {compiler: nvidia-hpc, version: '25.1'} + - {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/README.md b/README.md index 7f4b183..ed8aacf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ jobs: - {compiler: gcc, version: 13} - {compiler: intel, version: '2023.2'} - {compiler: intel-classic, version: '2021.10'} - - {compiler: nvidia-hpc, version: '23.11'} + - {compiler: nvidia-hpc, version: '25.1'} + - {compiler: lfortran, version: '0.45.0'} include: - os: ubuntu-latest toolchain: {compiler: gcc, version: 12} diff --git a/action.yml b/action.yml index 5f2f627..ee01c79 100644 --- a/action.yml +++ b/action.yml @@ -94,11 +94,11 @@ runs: install_intel $platform false ;; nvidia-hpc) - version=${VERSION:-23.11} + version=${VERSION:-25.1} install_nvidiahpc $platform ;; lfortran) - version=${VERSION:-0.33.0} + version=${VERSION:-0.45.0} install_lfortran $platform ;; *)