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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.