Skip to content

Commit b8d86a7

Browse files
authored
Merge pull request #324 from dotkernel/issue-306
Psalm target php 8.1 and removed php 8.0 from composer
2 parents aa1bbb0 + 3d82cbf commit b8d86a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717

1818
php:
19-
- "7.4"
19+
- "8.1"
2020

2121
steps:
2222
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"require": {
46-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
46+
"php": "~8.1.0 || ~8.2.0",
4747
"ext-curl": "*",
4848
"ext-json": "*",
4949
"dotkernel/dot-annotated-services": "^3.2.1",

0 commit comments

Comments
 (0)