Commit 0353ed5
committed
GH Actions/securitycheck: only run against PHP 5.4
As of Composer 2.9, using this type of security check is no longer needed as Composer will now natively block installation of known insecure versions of dependencies.
However, Composer 2.9 requires PHP 7.2, so we should continue to run the security check for PHP 5.4 for the time being, but we can stop running the check against PHP "latest".
Refs:
* https://blog.packagist.com/composer-2-9/
* https://github.com/composer/composer/releases/tag/2.9.01 parent 845eb62 commit 0353ed5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments