Skip to content

Commit

Permalink
bump required php version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 30, 2023
1 parent 4270bb5 commit e3962b5
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '7.3', '8.0', '8.3' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "9.6.*",
Expand Down

0 comments on commit e3962b5

Please sign in to comment.