Skip to content

Commit d183e37

Browse files
committed
Drop Phug < 1.9
1 parent 5def4df commit d183e37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Install dependencies
4949
if: steps.composer-cache.outputs.cache-hit != 'true'
5050
run: |
51-
${{ matrix.php >= 7.2 && matrix.php < 8 && matrix.setup == 'lowest' && 'composer require --no-update "phpunit/phpunit:^5.7.27||^6.5.14||^7.5.20" --dev --no-interaction;' || '' }}
52-
${{ matrix.php >= 8 && 'composer require --no-update phpunit/phpunit:^8.5.33 --dev --no-interaction && composer require --no-update phug/phug:^1.9.0 --no-interaction;' || '' }}
51+
composer require --no-update phpunit/phpunit:^9.6.22 --dev --no-interaction
52+
composer require --no-update phug/phug:^1.9.0 --no-interaction
5353
composer update --prefer-dist ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }} --no-progress
5454
5555
- name: Run test suite

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"homepage": "https://phug-lang.com",
88
"require": {
9-
"phug/phug": "^0.1.8 || ^0.2.0 || ^0.3.0 || ^1.0 || ^2.0",
9+
"phug/phug": "^1.9.0 || ^2.0",
1010
"js-transformer/js-transformer": "^1.0"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)