Skip to content

Commit

Permalink
Remove tests that seem to have issues
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jan 2, 2024
1 parent bb02ab4 commit 948ecf9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
wordpress-version: ['6.1', '6.2', '6.3', '6.4']
exclude:
- php-version: 8.3
Expand All @@ -20,6 +20,16 @@ jobs:
wordpress-version: 6.2
- php-version: 8.3
wordpress-version: 6.3
- php-version: 8.2
wordpress-version: 6.1
- php-version: 8.1
wordpress-version: 6.1
- php-version: 8.1
wordpress-version: 6.2
- php-version: 8.0
wordpress-version: 6.1
- php-version: 8.0
wordpress-version: 6.2

name: Test on PHP ${{ matrix.php-version }}/WordPress ${{ matrix.wordpress-version }}
steps:
Expand Down

0 comments on commit 948ecf9

Please sign in to comment.