Skip to content

Commit

Permalink
run php8 ci on high and low deps
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Aug 3, 2021
1 parent 8c6a7c7 commit e7b4bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
dependencies:
- "lowest"
- "highest"
include:
- { php-version: '8.0', dependencies: 'highest' }
- { php-version: '8.1', dependencies: 'highest', composer-options: '--ignore-platform-req=php' }
- { php-version: '8.1', dependencies: 'highest', composer-options: '--ignore-platform-req=php' }

env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.2||^8.0",
"doctrine/annotations": "^1.0",
"doctrine/annotations": "^1.10.4",
"doctrine/instantiator": "^1.0.3",
"doctrine/lexer": "^1.1",
"jms/metadata": "^2.0",
Expand Down

0 comments on commit e7b4bb9

Please sign in to comment.