File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,16 @@ jobs:
133133 version : 0.58.0
134134 container : phhargrove/lfortran:0.58.0-1
135135
136+ - os : ubuntu-24.04
137+ compiler : lfortran
138+ version : 0.59.0
139+ container : phhargrove/lfortran:0.59.0-1
140+
141+ - os : ubuntu-24.04
142+ compiler : lfortran
143+ version : 0.60.0
144+ container : phhargrove/lfortran:0.60.0-1
145+
136146 # https://github.com/lfortran/lfortran/pkgs/container/lfortran
137147 - os : ubuntu-22.04
138148 compiler : lfortran
@@ -279,7 +289,7 @@ jobs:
279289 ( set +e ; eval fpm run --example invoke-via-macro ${FPM_FLAGS} --flag \"$FFLAGS\" $CHECK_ASSERT )
280290
281291 - name : Test Assertions w/ Parallel Callbacks
282- if : ${{ matrix.compiler != 'lfortran' || matrix.version == 'latest ' }} # issue #68
292+ if : ${{ matrix.compiler != 'lfortran' || matrix.version != '0.54.0 ' }} # issue #68, fixed in 0.55
283293 env :
284294 FPM_FLAGS : ${{ env.FPM_FLAGS }} --flag -DASSERT_MULTI_IMAGE --flag -DASSERT_PARALLEL_CALLBACKS
285295 run : |
You can’t perform that action at this time.
0 commit comments