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 61dac70 commit dccf96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +37,7 @@ jobs:
- php: '8.2'
wp: 'latest'
experimental: true
- php: '8.1'
- php: '8.4'
wp: 'latest'
experimental: true
- php: '8.0'
Expand Down

0 comments on commit dccf96b

Please sign in to comment.