diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a6cfeda..0896660 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,7 +28,7 @@ jobs: - name: Set Aztec version and start sandbox run: | - VERSION=0.79.0 aztec-up + VERSION=0.80.0 aztec-up aztec start --sandbox & - name: Install project dependencies