Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Jan 8, 2024
1 parent c5bd265 commit 4a54f49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-ver: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
wp-ver: [ '4.7.*', '5.*', '6.*' ]
dependency-versions: [ 'highest', 'lowest' ]
exclude:
Expand All @@ -85,6 +85,10 @@ jobs:
- php-ver: '8.2'
wp-ver: '5.*'
dependency-versions: 'lowest'
- php-ver: '8.3'
wp-ver: '4.7.*'
- php-ver: '8.3'
wp-ver: '5.*'

steps:

Expand Down Expand Up @@ -132,7 +136,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-ver: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": "https://github.com/wecodemore/wordpress-early-hook"
},
"require": {
"php": ">=7.1 < 8.3"
"php": ">=7.1 < 8.4"
},
"require-dev": {
"roots/wordpress-no-content": ">=6.1.1",
Expand Down

0 comments on commit 4a54f49

Please sign in to comment.