Skip to content

Commit

Permalink
fix: ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Feb 1, 2023
1 parent a94508f commit 41b6f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit 41b6f2a

Please sign in to comment.