mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:44:31 +08:00
test: php 8.4
This commit is contained in:
parent
5d10fdc66a
commit
d710e388be
2
.github/workflows/REUSABLE_backend.yml
vendored
2
.github/workflows/REUSABLE_backend.yml
vendored
|
@ -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.
|
||||
|
|
2
.github/workflows/build-install-packages.yml
vendored
2
.github/workflows/build-install-packages.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user