1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Enable testing on PHP 8.3 (#3932)

This commit is contained in:
IanM
2023-11-23 17:48:24 +00:00
committed by GitHub
parent e4abf93763
commit 723cb73d48

View File

@@ -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.