Run continuous integration on the legacy branch

Run the continuous integration tests of the currently-supported PHP
versions on the legacy branch. This will not test php5.x-master branch
changes under PHP v5.x environments, but may help minimize introducing
bugs in the legacy branch.
This commit is contained in:
Zach Borboa
2021-06-10 10:49:56 -04:00
parent 8f5d10aa47
commit 48d7193a0b
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- php5.x-master
pull_request:
schedule:
- cron: '0 17 * * *'