FloeDesignTechnologies / phpcs-security-audit

phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
GNU General Public License v3.0
710 stars 85 forks source link

Travis: add build against PHP 8.0 #83

Open jrfnl opened 3 years ago

jrfnl commented 3 years ago

PHP 8.0 has been branched off two months ago, so nightly is now PHP 8.1 and in the mean time PHP 8.0 was released last week.

As of today, there is a PHP 8.0 image available on Travis.

This PR adds two new builds against PHP 8.0 to the matrix and, as PHP 8.0 has been released, these builds are not allowed to fail.

jrfnl commented 3 years ago

Note: PR #77 and #82 will need to be merged before this one as otherwise the build won't pass.