test: php 8.4

This commit is contained in:
Sami Mazouz 2024-11-07 15:11:29 +01:00
parent 5d10fdc66a
commit d710e388be
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ on:
type: string
required: false
# Keep PHP versions synced with build-install-packages.yml
default: '["8.2", "8.3"]'
default: '["8.2", "8.3", "8.4"]'
php_extensions:
description: PHP extensions to install.

View File

@ -6,7 +6,7 @@ on:
env:
VERSION: ${{ github.event.release.tag_name }}
PHP_VERSIONS: '8.2 8.3'
PHP_VERSIONS: '8.2 8.3 8.4'
INSTALL_PACKAGES_INPUTS: '{ "flarum_version": "{0}", "php_versions": "{1}" }'
jobs: