Skip to content

Commit 4a35b2c

Browse files
committed
Add old innovation releases to exclusion list.
1 parent b44e497 commit 4a35b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
db-version: '8.4'
9393
# Only test the latest innovation release.
9494
- db-version: '9.0'
95+
- db-version: '9.1'
96+
- db-version: '9.2'
9597
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
9698
- php: '7.2'
9799
db-version: '9.3'

0 commit comments

Comments
 (0)