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 4ffde2f commit d81d93eCopy full SHA for d81d93e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
php-version:
22
- - '7.4'
+ - '8.0'
23
24
steps:
25
-
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
@@ -85,8 +85,9 @@ jobs:
85
86
87
88
89
- '8.0'
+ - '8.1'
90
+ - '8.2'
91
92
93
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.4 || ^8.0",
+ "php": "^8.0",
14
"phpactor/map-resolver": "^1.4",
15
"psr/container": "^1.0"
16
},
0 commit comments