From d79da157d3fe91cdb9faf37739aa073a8263abdc Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Sun, 18 Jun 2023 23:46:23 +0200 Subject: [PATCH] updated versions for nightly builds --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 068e4f3abb..ff1f46487f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest , macos-latest] - branch: [v2.6, v2.7, master] + branch: [v2.8, v2.9, master] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2