Skip to content

Commit 1923a0f

Browse files
committed
Adjust PHP version testing
1 parent 3302ab6 commit 1923a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cp-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
1616
strategy:
1717
matrix:
18-
php-versions: ['7.4','8.0', '8.2']
18+
php-versions: ['7.4', '8.2', '8.3', '8.4']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

.github/workflows/wp-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
1616
strategy:
1717
matrix:
18-
php-versions: ['7.4','8.0', '8.2']
18+
php-versions: ['7.4', '8.2', '8.3', '8.4']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)