Skip to content

Commit c6ba2cd

Browse files
authored
chore: remove 8.4 until 1.8.9 release
1 parent 5d6795c commit c6ba2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
2626
type: string
2727
required: false
28-
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
28+
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
2929

3030
php_extensions:
3131
description: PHP extensions to install.

0 commit comments

Comments
 (0)