Skip to content

Commit

Permalink
chore(php): remove php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgirard committed Mar 6, 2024
1 parent cfd6979 commit 9b53ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2' , '8.3' ]
php-version: ['8.0', '8.1', '8.2' , '8.3' ]
fail-fast: false
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bin-dir": "bin"
},
"require" : {
"php": ">=7.4",
"php": "^8.0",
"ext-amqp": ">=2.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
Expand Down

0 comments on commit 9b53ac6

Please sign in to comment.