mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 03:46:19 +08:00
Enable testing on PHP 8.3 (#3932)
This commit is contained in:
parent
e4abf93763
commit
723cb73d48
2
.github/workflows/REUSABLE_backend.yml
vendored
2
.github/workflows/REUSABLE_backend.yml
vendored
|
@ -31,7 +31,7 @@ on:
|
||||||
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
|
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: '["8.1", "8.2"]'
|
default: '["8.1", "8.2", "8.3"]'
|
||||||
|
|
||||||
php_extensions:
|
php_extensions:
|
||||||
description: PHP extensions to install.
|
description: PHP extensions to install.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user