Skip to content

Commit

Permalink
Require php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Sep 16, 2024
1 parent 14e90a9 commit c872de3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.4
composer_install: 'update'
output: '-o github-action -o default'
phpcq_install: 'update'
phpcq_run: 'php7'
- php: 8.1
output: '-o github-action -o default'
composer_install: 'update'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/contao-community-alliance/merger2"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"contao/core-bundle": "^4.13 || ^5.0",
Expand Down

0 comments on commit c872de3

Please sign in to comment.