Skip to content

Commit 4bcfa9d

Browse files
authored
Merge pull request #308 from doctrine/11.0.x
Merge 11.0.x up into 11.1.x
2 parents b6660e1 + eec72ad commit 4bcfa9d

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.doctrine-project.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,27 @@
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
77
{
8-
"name": "11.0",
9-
"branchName": "11.0.x",
10-
"slug": "11.0",
8+
"name": "12.0",
9+
"branchName": "12.0.x",
10+
"slug": "12.0",
1111
"upcoming": true
1212
},
1313
{
14-
"name": "10.0",
15-
"branchName": "10.0.x",
16-
"slug": "10.0",
14+
"name": "11.0",
15+
"branchName": "11.0.x",
16+
"slug": "11.0",
1717
"current": true,
1818
"aliases": [
1919
"current",
2020
"stable"
2121
]
2222
},
23+
{
24+
"name": "10.0",
25+
"branchName": "10.0.x",
26+
"slug": "10.0",
27+
"maintained": false
28+
},
2329
{
2430
"name": "9.0",
2531
"branchName": "9.0.x",

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
coding-standards:
1515
name: "Coding Standards"
1616

17-
runs-on: "ubuntu-18.04"
17+
runs-on: "ubuntu-22.04"
1818

1919
strategy:
2020
matrix:
@@ -47,7 +47,7 @@ jobs:
4747
validate-against-schema:
4848
name: "Validate against schema"
4949

50-
runs-on: "ubuntu-18.04"
50+
runs-on: "ubuntu-22.04"
5151

5252
strategy:
5353
matrix:
@@ -85,7 +85,7 @@ jobs:
8585
test-report:
8686
name: "Test report"
8787

88-
runs-on: "ubuntu-18.04"
88+
runs-on: "ubuntu-22.04"
8989

9090
strategy:
9191
fail-fast: false
@@ -123,7 +123,7 @@ jobs:
123123
test-fixes:
124124
name: "Test fixes"
125125

126-
runs-on: "ubuntu-18.04"
126+
runs-on: "ubuntu-22.04"
127127

128128
strategy:
129129
fail-fast: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^7.2 || ^8.0",
26-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
26+
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0",
2727
"slevomat/coding-standard": "^8.6.2",
2828
"squizlabs/php_codesniffer": "^3.7"
2929
},

0 commit comments

Comments
 (0)