Skip to content

Commit

Permalink
All versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matapatos committed Apr 30, 2024
1 parent d43ac2a commit e171cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '8.1' ]
wp_version: [ '5.9' ]
php: [ '7.4', '8.2' ]
wp_version: [ '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', 'latest' ]

name: WordPress ^${{ matrix.wp_version }} - PHP ${{ matrix.php }}

Expand Down

0 comments on commit e171cfe

Please sign in to comment.