Skip to content

Commit 8ff4efe

Browse files
authored
Merge pull request #15 from BeAPI/fix-php-8-4
PHP requirement for 8.4
2 parents f4bf7e5 + fb7d362 commit 8ff4efe

5 files changed

Lines changed: 299 additions & 236 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
23-
php_versions: [ '8.0', '8.1', '8.2', '8.3' ]
23+
php_versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
2424
core: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5' ]
2525
name: Test PHP ${{ matrix.php_versions }} with WP ${{ matrix.core }}
2626
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"type" : "wordpress-plugin",
1313
"require" : {
14-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
14+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"composer/installers": "^1.0 || ^2.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)