Skip to content

Commit

Permalink
Require PHP 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Aug 4, 2023
1 parent a9dbecb commit e97836d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
# https://github.com/shivammathur/setup-php#tada-php-support
php-versions:
- '8.0'
- '8.1'
- '8.2'
- '8.3' # nightly

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"ext-xml": "*",
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.3"
Expand Down

0 comments on commit e97836d

Please sign in to comment.