We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4042c55 commit fb9a393Copy full SHA for fb9a393
.github/workflows/integrate.yaml
@@ -62,14 +62,14 @@ jobs:
62
strategy:
63
matrix:
64
php-version:
65
- - "8.0"
+ - "8.1"
66
code-coverage:
67
- - "none"
68
- include:
69
- - php-version: "8.1"
70
- code-coverage: "pcov"
71
-
72
+ - "pcov"
+ # include:
+ # - php-version: "8.1"
+ # code-coverage: "pcov"
+
73
steps:
74
- name: "Checkout"
75
uses: "actions/checkout@v3"
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "~8.0.0 || ~8.1.0"
+ "php": "~8.1.0"
15
},
16
"require-dev": {
17
"malukenho/mcbumpface": "^1.1.5",
0 commit comments