1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-05 21:57:53 +02:00

Merge pull request #687 from mrclay/php-8-testing

This commit is contained in:
Elan Ruusamäe
2021-03-11 17:51:57 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ dist: trusty
jobs:
fast_finish: true
allow_failures:
- php: "7.4"
- php: "nightly"
- name: "Php CS Fixer"
include:

View File

@@ -6,6 +6,7 @@ use Minify_HTML_Helper;
/**
* @requires php < 7.3
* @see https://github.com/mrclay/minify/pull/685
*/
class LessSourceTest extends TestCase
{