Skip to content

Commit 386d45f

Browse files
author
John Shaffer
committed
Use currently supported PHP versions
1 parent 9c41ee3 commit 386d45f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codequality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
php: ["7.4", "8.0", "8.1"]
25+
php: ["8.1", "8.2", "8.3", "8.4"]
2626

2727
name: PHP-${{ matrix.php }}
2828

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: ["7.4", "8.0", "8.1"]
25+
php: ["8.1", "8.2", "8.3", "8.4"]
2626
wordpress: [ { "version": "5.9.2", "sha256": "12wzqrh21sh6pgvs0ayabcv66psq9a8cfz3qk43r5kjn5bfz4rbp" } ]
2727

2828
name: PHP ${{ matrix.php }}, WordPress ${{ matrix.wordpress.version }}

0 commit comments

Comments
 (0)