Skip to content

Compatibility with Dafny 4.3, 4.4, and newer #840

Compatibility with Dafny 4.3, 4.4, and newer

Compatibility with Dafny 4.3, 4.4, and newer #840

Workflow file for this run

name: Dafny Core verification
on:
workflow_dispatch:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verification:
strategy:
matrix:
version: [ 3.13.1, 4.0.0, 4.1.0, 4.2.0, 4.3.0, 4.4.0 ]
uses: ./.github/workflows/reusable-tests.yml
with:
dafny-version: ${{ matrix.version }}