You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Trac ticket: <!-- insert a link to the WordPress Trac ticket here -->
23
23
24
24
<!--
25
25
You are free to use artificial intelligence (AI) tooling to contribute, but you must disclose what tooling you are using and to what extent a pull request has been authored by AI. It is your responsibility to review and take responsibility for what AI generates. See the WordPress AI Guidelines: <https://make.wordpress.org/ai/handbook/ai-guidelines/>.
26
+
27
+
Example disclosure:
28
+
29
+
AI assistance: Yes
30
+
Tool(s): GitHub Copilot, ChatGPT
31
+
Model(s): GPT-5.1
32
+
Used for: Initial code skeleton and test suggestions; final implementation and tests were reviewed and edited by me.
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
92
-
- php: '7.2'
93
-
db-version: '8.4'
94
-
- php: '7.3'
95
-
db-version: '8.4'
96
90
# Only test the latest innovation release.
97
91
- db-version: '9.0'
98
92
- db-version: '9.1'
99
93
- db-version: '9.2'
100
94
- db-version: '9.3'
101
95
- db-version: '9.4'
96
+
- db-version: '9.5'
97
+
- db-version: '9.6'
102
98
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
103
99
- php: '7.2'
104
-
db-version: '9.5'
100
+
db-version: '9.7'
105
101
- php: '7.3'
106
-
db-version: '9.5'
102
+
db-version: '9.7'
107
103
108
104
services:
109
105
database:
@@ -118,11 +114,11 @@ jobs:
118
114
-e MYSQL_ROOT_PASSWORD="root"
119
115
-e MYSQL_DATABASE="test_db"
120
116
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
0 commit comments