Skip to content

Commit e41b0d7

Browse files
committed
Adjust CI
1 parent b2aec14 commit e41b0d7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
deps:
1818
- highest
1919
include:
20-
- {php: '8.1', deps: lowest}
20+
- {php: '8.0', deps: lowest}
2121
- {php: '8.1', deps: dingo}
2222

2323
name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})

composer.lowest.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.4",
19+
"php": ">=8.0",
2020
"ext-fileinfo": "*",
2121
"ext-json": "*",
2222
"ext-pdo": "*",
@@ -50,9 +50,6 @@
5050
"symfony/css-selector": "^5.4|^6.0",
5151
"symfony/dom-crawler": "^5.4|^6.0"
5252
},
53-
"suggest": {
54-
"league/fractal": "Required for transformers support"
55-
},
5653
"autoload": {
5754
"psr-4": {
5855
"Knuckles\\Scribe\\": "src/",

0 commit comments

Comments
 (0)