Skip to content

Commit

Permalink
Bump minimum version and adjust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 27, 2024
1 parent 9f1c152 commit 3357af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cp-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0' ]
php-versions: ['7.4', '8.3', '8.4' ]
include:
- cp-version: latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.2']
php-versions: ['7.4', '8.0', '8.2', '8.3', '8.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3357af8

Please sign in to comment.