Skip to content

Commit

Permalink
Bump minimum PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed May 25, 2024
1 parent 311e908 commit 3df24a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-22.04' ]
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.2', '8.3' ]
symfony: ['6.4.*', '7.0.*']
exclude:
- php: '8.1'
symfony: '7.0.*'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"issues": "https://github.com/headsnet/doctrine-tools-bundle/issues"
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"doctrine/dbal": "^3.0 || ^4.0",
"league/construct-finder": "^1.3",
"symfony/config": "^6.0 || ^7.0",
Expand Down

0 comments on commit 3df24a1

Please sign in to comment.