Skip to content

Commit fcbe9cc

Browse files
committed
only test PHP 7.4 and suggest to use PHP 7.4
1 parent 83805bb commit fcbe9cc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [7.1, 7.2, 7.3, 7.4]
18+
php: [7.4]
1919
dependency-version: [prefer-lowest, prefer-stable]
2020

2121
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
"astrotomic/php-conditional-proxy": "^0.2.0"
2020
},
2121
"require-dev": {
22-
"pestphp/pest": "^0.1.5",
23-
"spatie/pest-plugin-snapshots": "^0.1.0"
22+
"pestphp/pest": "^0.3.0",
23+
"spatie/pest-plugin-snapshots": "^0.3.0"
24+
},
25+
"suggest": {
26+
"php": "^7.4"
2427
},
2528
"config": {
2629
"sort-packages": true

0 commit comments

Comments
 (0)