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:
@@ -5,7 +5,6 @@ dist: trusty
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: "7.4"
|
||||
- php: "nightly"
|
||||
- name: "Php CS Fixer"
|
||||
include:
|
||||
|
@@ -6,6 +6,7 @@ use Minify_HTML_Helper;
|
||||
|
||||
/**
|
||||
* @requires php < 7.3
|
||||
* @see https://github.com/mrclay/minify/pull/685
|
||||
*/
|
||||
class LessSourceTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user