Skip to content

Commit

Permalink
chore: remove 8.4 until 1.8.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Nov 19, 2024
1 parent 5d6795c commit c6ba2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c6ba2cd

Please sign in to comment.