Skip to content

Commit

Permalink
Merge pull request #657 from lcobucci/update-php-requirements
Browse files Browse the repository at this point in the history
Update-php-requirements
  • Loading branch information
lcobucci committed Dec 19, 2022
2 parents 26349dc + d55ed81 commit 0b805ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
- "development"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "~8.1.0 || ~8.2.0",
"stella-maris/clock": "^0.1.7"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b805ed

Please sign in to comment.