Skip to content

Commit 3823b7c

Browse files
authored
Merge pull request #2 from driehle/php83
Allow PHP 8.3
2 parents 767ce71 + 2e5f667 commit 3823b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'master'
7+
- 'main'
88
- '[0-9]+.[0-9]+.x'
99
- 'refs/pull/*'
1010
tags:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.4 <8.3"
24+
"php": ">=7.4 <8.4"
2525
},
2626
"require-dev": {
2727
"ergebnis/composer-normalize": "^2.18.0",

0 commit comments

Comments
 (0)