Skip to content

Commit

Permalink
Adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 19, 2023
1 parent b2aec14 commit e41b0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
deps:
- highest
include:
- {php: '8.1', deps: lowest}
- {php: '8.0', deps: lowest}
- {php: '8.1', deps: dingo}

name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})
Expand Down
5 changes: 1 addition & 4 deletions composer.lowest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-pdo": "*",
Expand Down Expand Up @@ -50,9 +50,6 @@
"symfony/css-selector": "^5.4|^6.0",
"symfony/dom-crawler": "^5.4|^6.0"
},
"suggest": {
"league/fractal": "Required for transformers support"
},
"autoload": {
"psr-4": {
"Knuckles\\Scribe\\": "src/",
Expand Down

0 comments on commit e41b0d7

Please sign in to comment.