Skip to content

Commit

Permalink
Drop unmaintained PHP & Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Apr 25, 2024
1 parent b72e4a4 commit 6b47f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
symfony: [4.4.*, 5.4.*, 6.0.*]
include:
- php: 8.2
symfony: 7.0.*
exclude:
- php: 7.4
symfony: 6.0.*
php: [8.1, 8.2, 8.3]
symfony: [5.4.*, 6.4.*, 7.0.*]

steps:
-
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",

"doctrine/orm": "^2.4",
"symfony/property-access": "^4.4|^5.4|^6.0|^7.0"
"symfony/property-access": "^5.4|^6.4|^7.0"
},
"autoload": {
"psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" }
}
}

0 comments on commit 6b47f51

Please sign in to comment.