1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

chore: remove 8.4 until 1.8.9 release

This commit is contained in:
IanM
2024-11-19 20:08:02 +00:00
committed by GitHub
parent 5d6795c353
commit c6ba2cd0d5

View File

@@ -25,7 +25,7 @@ on:
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
type: string
required: false
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
php_extensions:
description: PHP extensions to install.