mirror of
https://github.com/mrclay/minify.git
synced 2025-08-06 06:07:24 +02:00
Merge pull request #687 from mrclay/php-8-testing
This commit is contained in:
@@ -5,7 +5,6 @@ dist: trusty
|
|||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: "7.4"
|
|
||||||
- php: "nightly"
|
- php: "nightly"
|
||||||
- name: "Php CS Fixer"
|
- name: "Php CS Fixer"
|
||||||
include:
|
include:
|
||||||
|
@@ -6,6 +6,7 @@ use Minify_HTML_Helper;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires php < 7.3
|
* @requires php < 7.3
|
||||||
|
* @see https://github.com/mrclay/minify/pull/685
|
||||||
*/
|
*/
|
||||||
class LessSourceTest extends TestCase
|
class LessSourceTest extends TestCase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user