From 3a73f3e98fa27f2063729e67f7f0068f7a39e61a Mon Sep 17 00:00:00 2001 From: Felipe Dalcin <felipe.sdalcin@gmail.com> Date: Wed, 9 Nov 2022 09:34:28 -0500 Subject: [PATCH] chore: update pipeline --- .github/workflows/standards-and-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index d17254d..c42bfa5 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -1,11 +1,11 @@ name: Run Standards & Tests on: push: - branches: [ dev, master ] + branches: [dev, master] tags: - '*.*.*' pull_request: - branches: [ dev ] + branches: [dev] jobs: tests: runs-on: ${{ matrix.os }} @@ -13,9 +13,9 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.4, 8.0 ] - os: [ ubuntu-20.04 ] - wordpress: [ 6.0.3, latest ] + php: [8.0, 8.1] + os: [ubuntu-20.04] + wordpress: [6.0.3, latest] include: - experimental: true - experimental: false