We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f975e commit df27c09Copy full SHA for df27c09
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: true
21
matrix:
22
- php: [8.2, 8.3, 8.4]
+ php: [8.3, 8.4]
23
24
name: PHP ${{ matrix.php }}
25
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "7.x-dev"
+ "dev-master": "1.x-dev"
41
}
42
43
"suggest": {
0 commit comments