Skip to content

Commit

Permalink
Update to only current+upcoming PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Aug 30, 2024
1 parent 0f3d11a commit 688eb3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- 'high'
- 'low'
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4-dev'

steps:
- name: Check out code
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"description": "PHPUnit Doctrine mocking tools",
"type": "library",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"doctrine/annotations": "^1.10 || ^2.0",
"doctrine/collections": "^1.6.8 || ^2.0",
"doctrine/orm": "^2.9",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"symfony/polyfill-php80": "^1.20"
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 688eb3b

Please sign in to comment.