ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.03k stars 323 forks source link

Treat PHP version numbers as strings in GitHub Actions #327

Closed TimWolla closed 1 year ago

TimWolla commented 1 year ago

YAML will try to interpret numeric values as numbers, leading to 8.0 being interpreted as 8 instead of '8.0'.

This doesn't result in a functional change, but cleans up the output of the jobs a little (e.g. in the title line).