From a4be19ebb2b8a50e382ea647c96265206842fbbb Mon Sep 17 00:00:00 2001
From: Felipe Dalcin <felipe.sdalcin@gmail.com>
Date: Wed, 12 Oct 2022 16:14:25 -0400
Subject: [PATCH] chore: update pipeline

---
 .github/workflows/standards-and-tests.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml
index 68aaad9..ff7b8dd 100644
--- a/.github/workflows/standards-and-tests.yml
+++ b/.github/workflows/standards-and-tests.yml
@@ -13,15 +13,15 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php: [ 7.4 ]
+        php: [ 7.4, 8.0 ]
         os: [ ubuntu-20.04 ]
         wordpress: [ 6.0.2, latest ]
-        experimental: [ false ]
         include:
-          - php: 8.0
-            os: ubuntu-20.04
-            wordpress: latest
-            experimental: true
+          - experimental: true
+          - experimental: false
+            php: 8.0
+            wordpress: 6.0.2
+
     name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
 
     env: