Skip to content

Commit fb9a393

Browse files
committed
Require PHP 8.1
1 parent 4042c55 commit fb9a393

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integrate.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
strategy:
6363
matrix:
6464
php-version:
65-
- "8.0"
65+
- "8.1"
6666
code-coverage:
67-
- "none"
68-
include:
69-
- php-version: "8.1"
70-
code-coverage: "pcov"
71-
72-
67+
- "pcov"
68+
# include:
69+
# - php-version: "8.1"
70+
# code-coverage: "pcov"
71+
72+
7373
steps:
7474
- name: "Checkout"
7575
uses: "actions/checkout@v3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~8.0.0 || ~8.1.0"
14+
"php": "~8.1.0"
1515
},
1616
"require-dev": {
1717
"malukenho/mcbumpface": "^1.1.5",

0 commit comments

Comments
 (0)