Skip to content

Commit 8dc8a25

Browse files
committed
Allow installing on PHP 8.3. Also run github actions for PHP 8.3.
1 parent 11042ad commit 8dc8a25

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/full-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.0"
2525
- "8.1"
2626
- "8.2"
27+
- "8.3"
2728
operating-system:
2829
- "ubuntu-22.04"
2930

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
25+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
2626
},
2727
"require-dev": {
2828
"phpstan/phpstan": "^1.5",

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)