We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5b745 commit 8a0172fCopy full SHA for 8a0172f
1 file changed
.github/workflows/install-testing.yml
@@ -1,6 +1,9 @@
1
# Confirms that installing WordPress using WP-CLI works successfully.
2
#
3
# This workflow is not meant to test wordpress-develop checkouts, but rather tagged versions officially available on WordPress.org.
4
+#
5
+# This workflow is triggered for all WordPress versions that are currently receiving security updates. It therefore needs to
6
+# retain support for older PHP and database versions.
7
name: Installation Tests
8
9
on:
0 commit comments