Skip to content

Commit

Permalink
GH Actions: run the tests against PHP 8.4
Browse files Browse the repository at this point in the history
PHP 8.4 has been released and WP 6.7 is beta-compatible.

Ref: https://www.php.net/releases/8.4/en.php
  • Loading branch information
jrfnl committed Nov 22, 2024
1 parent 9ad1870 commit f876ef0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:

include:
# Complement the builds run via the matrix with high/low WP builds for PHP 5.6 and PHP 7.4 up to 8.3.
# PHP 8.4 is beta-supported since WP 6.7.
- php: '8.4'
wp: 'latest'
experimental: false
- php: '8.4'
wp: '6.7'
experimental: false
# PHP 8.3 is beta-supported since WP 6.4.
- php: '8.3'
wp: 'latest'
Expand Down

0 comments on commit f876ef0

Please sign in to comment.