Skip to content

Commit 348a7e0

Browse files
committed
Require PHP 8.1
1 parent dbd3129 commit 348a7e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- php: '8.0'
1514
- php: '8.1'
1615
code-coverage: 'yes'
1716

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.0",
17+
"php": "^8.1",
1818
"geo-io/interface": "2.x-dev"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)