Skip to content

Commit

Permalink
Changed the minimum php version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Dec 17, 2023
1 parent accfc01 commit 2602fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.2'
coverage: none

- name: Get composer cache directory
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"imangazaliev/didom": "^2.0"
Expand Down

0 comments on commit 2602fee

Please sign in to comment.