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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [ 7.4 ] php: [ 7.4, 8.0 ]
os: [ ubuntu-20.04 ] os: [ ubuntu-20.04 ]
wordpress: [ 6.0.2, latest ] wordpress: [ 6.0.2, latest ]
experimental: [ false ]
include: include:
- php: 8.0 - experimental: true
os: ubuntu-20.04 - experimental: false
wordpress: latest php: 8.0
experimental: true wordpress: 6.0.2
name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }} name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
env: env:

Loading…
Cancel
Save