Browse Source

chore: update pipeline

pull/361/head
Felipe Dalcin 3 years ago
parent
commit
a4be19ebb2
  1. 12
      .github/workflows/standards-and-tests.yml

12
.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:

Loading…
Cancel
Save