Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza authored Dec 20, 2024
1 parent c4aaf73 commit a7627eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
# Notes regarding supported versions in WP:
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
php: ['8.0', '7.3', '7.4']
php: ['8.0', '8.1', '7.4']
wp: ['latest']
experimental: [false]

Expand All @@ -37,11 +37,8 @@ jobs:
- php: '8.2'
wp: 'latest'
experimental: true
- php: '8.1'
wp: 'latest'
experimental: true
- php: '8.0'
wp: '5.9'
wp: '6.3'
experimental: true

name: "PHP ${{ matrix.php }} - WP ${{ matrix.wp }}"
Expand Down

0 comments on commit a7627eb

Please sign in to comment.