File tree 7 files changed +88
-45
lines changed
7 files changed +88
-45
lines changed Original file line number Diff line number Diff line change 6
6
interval : " weekly"
7
7
labels :
8
8
- " CI"
9
- target-branch : " 3.8 .x"
9
+ target-branch : " 3.9 .x"
Original file line number Diff line number Diff line change 25
25
jobs :
26
26
coding-standards :
27
27
name : " Coding Standards"
28
- uses : " doctrine/.github/.github/workflows/coding-standards.yml@5.0.1 "
28
+ uses : " doctrine/.github/.github/workflows/coding-standards.yml@5.2.0 "
Original file line number Diff line number Diff line change 40
40
- " 8.1"
41
41
- " 8.2"
42
42
- " 8.3"
43
+ - " 8.4"
43
44
dependencies :
44
45
- " highest"
45
46
extension :
@@ -107,6 +108,9 @@ jobs:
107
108
- " 18"
108
109
- " 21"
109
110
- " 23"
111
+ include :
112
+ - php-version : " 8.4"
113
+ oracle-version : " 23"
110
114
111
115
services :
112
116
oracle :
@@ -164,6 +168,9 @@ jobs:
164
168
- " 18"
165
169
- " 21"
166
170
- " 23"
171
+ include :
172
+ - php-version : " 8.4"
173
+ oracle-version : " 23"
167
174
168
175
services :
169
176
oracle :
@@ -227,6 +234,13 @@ jobs:
227
234
postgres-version : " 16"
228
235
extension : " pgsql"
229
236
- php-version : " 8.3"
237
+ postgres-version : " 16"
238
+ extension : " pgsql"
239
+ - php-version : " 8.4"
240
+ postgres-version : " 16"
241
+ extension : " pgsql"
242
+ extension : " pdo_pgsql"
243
+ - php-version : " 8.4"
230
244
postgres-version : " 16"
231
245
extension : " pdo_pgsql"
232
246
@@ -299,6 +313,12 @@ jobs:
299
313
- php-version : " 8.3"
300
314
mariadb-version : " 11.4"
301
315
extension : " pdo_mysql"
316
+ - php-version : " 8.4"
317
+ mariadb-version : " 11.4"
318
+ extension : " mysqli"
319
+ - php-version : " 8.4"
320
+ mariadb-version : " 11.4"
321
+ extension : " pdo_mysql"
302
322
303
323
services :
304
324
mariadb :
@@ -381,6 +401,12 @@ jobs:
381
401
extension : " pdo_mysql"
382
402
custom-entrypoint : >-
383
403
--entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON"
404
+ - php-version : " 8.4"
405
+ mysql-version : " 9.0"
406
+ extension : " mysqli"
407
+ - php-version : " 8.4"
408
+ mysql-version : " 9.0"
409
+ extension : " pdo_mysql"
384
410
385
411
services :
386
412
mysql :
@@ -438,6 +464,7 @@ jobs:
438
464
- " 8.1"
439
465
- " 8.2"
440
466
- " 8.3"
467
+ - " 8.4"
441
468
extension :
442
469
- " sqlsrv"
443
470
- " pdo_sqlsrv"
@@ -505,6 +532,7 @@ jobs:
505
532
- " 8.1"
506
533
- " 8.2"
507
534
- " 8.3"
535
+ - " 8.4"
508
536
509
537
services :
510
538
ibm_db2 :
Original file line number Diff line number Diff line change
1
+ name : " Documentation"
2
+
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - " *.x"
7
+ paths :
8
+ - " .github/workflows/documentation.yml"
9
+ - " docs/**"
10
+ push :
11
+ branches :
12
+ - " *.x"
13
+ paths :
14
+ - " .github/workflows/documentation.yml"
15
+ - " docs/**"
16
+
17
+ jobs :
18
+ documentation :
19
+ name : " Documentation"
20
+ uses :
" doctrine/.github/.github/workflows/[email protected] "
Original file line number Diff line number Diff line change 15
15
uses : " actions/checkout@v4"
16
16
17
17
- name : " Release"
18
- uses : " laminas/automatic-releases@1.24 .0"
18
+ uses : " laminas/automatic-releases@1.25 .0"
19
19
with :
20
20
command-name : " laminas:automatic-releases:release"
21
21
env :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ We do not currently have specific instructions on how to run a Database
85
85
server, but we do recommend Docker as a convenient way to do so.
86
86
We do not recommend running against a particular version of the chosen
87
87
RDBMS either, as long as you pick one of the
88
- :doc: `officially supported versions <reference/ platforms >`.
88
+ :doc: `officially supported versions <platforms >`.
89
89
90
90
Recommendations on Writing Tests
91
91
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
- .. toc ::
2
-
3
- .. tocheader :: Reference
4
-
5
- .. toctree ::
6
- :depth: 3
7
-
8
- /reference/introduction
9
- /reference/architecture
10
- /reference/configuration
11
- /reference/data-retrieval-and-manipulation
12
- /reference/query-builder
13
- /reference/transactions
14
- /reference/platforms
15
- /reference/types
16
- /reference/schema-manager
17
- /reference/schema-representation
18
- /reference/security
19
- /reference/supporting-other-databases
20
- /reference/portability
21
- /reference/caching
22
- /reference/known-vendor-issues
23
- /reference/testing
24
-
25
- .. toc ::
26
-
27
- .. tocheader :: Explanation
28
-
29
- .. toctree ::
30
- :depth: 3
31
-
32
- /explanation/implicit-indexes
33
-
34
- .. toc ::
35
-
36
- .. tocheader :: How To
37
-
38
- .. toctree ::
39
- :depth: 3
40
-
41
- /how-to/postgresql-identity-migration
1
+ :orphan:
2
+
3
+ .. toctree ::
4
+ :caption: Reference
5
+ :depth: 3
6
+
7
+ /reference/introduction
8
+ /reference/architecture
9
+ /reference/configuration
10
+ /reference/data-retrieval-and-manipulation
11
+ /reference/query-builder
12
+ /reference/transactions
13
+ /reference/platforms
14
+ /reference/types
15
+ /reference/schema-manager
16
+ /reference/schema-representation
17
+ /reference/security
18
+ /reference/supporting-other-databases
19
+ /reference/portability
20
+ /reference/caching
21
+ /reference/known-vendor-issues
22
+ /reference/cli-tools
23
+ /reference/testing
24
+
25
+
26
+ .. toctree ::
27
+ :caption: Explanation
28
+ :depth: 3
29
+
30
+ /explanation/implicit-indexes
31
+
32
+ .. toctree ::
33
+ :caption: How To
34
+ :depth: 3
35
+
36
+ /how-to/postgresql-identity-migration
You can’t perform that action at this time.
0 commit comments