Skip to content

Commit 74a3a1c

Browse files
committed
Move array entries ordered by php version
1 parent 84c33fa commit 74a3a1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
"wp": "latest",
120120
"dbtype": "sqlite"
121121
},
122+
{
123+
"php": "8.3",
124+
"wp": "latest",
125+
"mysql": "mariadb-11.4"
126+
},
122127
{
123128
"php": "7.2",
124129
"wp": "trunk",
@@ -174,6 +179,11 @@ jobs:
174179
"wp": "trunk",
175180
"dbtype": "sqlite"
176181
},
182+
{
183+
"php": "8.3",
184+
"wp": "trunk",
185+
"mysql": "mariadb-11.4"
186+
},
177187
{
178188
"php": "8.4",
179189
"wp": "trunk",
@@ -193,16 +203,6 @@ jobs:
193203
"php": "nightly",
194204
"wp": "trunk",
195205
"dbtype": "sqlite"
196-
},
197-
{
198-
"php": "8.3",
199-
"wp": "latest",
200-
"mysql": "mariadb-11.4"
201-
},
202-
{
203-
"php": "8.3",
204-
"wp": "trunk",
205-
"mysql": "mariadb-11.4"
206206
}
207207
]
208208
}

0 commit comments

Comments
 (0)