From 41b6f2aadd3950cd3fc9063318ff6efce4ff3df2 Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Tue, 31 Jan 2023 17:56:16 -0800 Subject: [PATCH] fix: ci pipeline --- .github/workflows/standards-and-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index 13b35bb..7098436 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.0, 8.1, 8.2] os: [ubuntu-20.04] wordpress: [6.1.1, latest] include: @@ -94,7 +94,7 @@ jobs: - name: Trigger Bedrock Update if: github.ref == 'refs/heads/dev' && matrix.experimental == false - uses: pressbooks/composer-autoupdate-bedrock@v1.0 + uses: pressbooks/composer-autoupdate-bedrock@v1 with: triggered-by: ${{ github.repository }} token: ${{ secrets.PAT_COMPOSER_UPDATE }}