Skip to content

Commit

Permalink
Merge pull request #2 from driehle/php83
Browse files Browse the repository at this point in the history
Allow PHP 8.3
  • Loading branch information
driehle authored Feb 5, 2024
2 parents 767ce71 + 2e5f667 commit 3823b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- 'master'
- 'main'
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.4 <8.3"
"php": ">=7.4 <8.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.18.0",
Expand Down

0 comments on commit 3823b7c

Please sign in to comment.