Skip to content

Added Dafny 4.8.0 in tests #851

Added Dafny 4.8.0 in tests

Added Dafny 4.8.0 in tests #851

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: [ 4.0.0, 4.1.0, 4.8.0 ]
uses: ./.github/workflows/reusable-tests.yml
with:
dafny-version: ${{ matrix.version }}