Skip to content

Commit

Permalink
Add PHP 8.1 and WP 6.2 and see where we land
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonallen committed May 2, 2023
1 parent 07b04ca commit 494084b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: PHPUnit Tests
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches: [ develop ]
branches: [ develop, test-actions-update ]
pull_request:
branches: [ develop ]

Expand All @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.4', '8.0', '8.2']
wp_version: ['5.8', '5.9', '6.0', '6.1', 'master']
php: ['7.2', '7.4', '8.0', '8.1', '8.2']
wp_version: ['5.8', '5.9', '6.0', '6.1', '6.2', 'master']
include:
- php: '7.2'
wp_version: '5.1'
Expand Down

0 comments on commit 494084b

Please sign in to comment.