File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 3434 - name : Setup SMT solvers
3535 uses : keyproject/setup-smt@v0
3636
37+ - name : z3 version
38+ run : z3 --version
39+
40+ - name : cvc5 version
41+ run : cvc5 --version
42+
43+
3744 - name : Set up JDK 21
3845 uses : actions/setup-java@v4
3946 with :
Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 os : [macos-latest, ubuntu-latest, windows-latest]
17- java : [17,21 ]
17+ java : [21,23 ]
1818 continue-on-error : true
1919 runs-on : ${{ matrix.os }}
2020 env :
2525 - name : Setup SMT solvers
2626 uses : keyproject/setup-smt@v0
2727
28+ - name : z3 version
29+ run : z3 --version
30+
31+ - name : cvc5 version
32+ run : cvc5 --version
33+
34+
2835 - name : Set up JDK ${{matrix.java}}
2936 uses : actions/setup-java@v4
3037 with :
You can’t perform that action at this time.
0 commit comments