Skip to content

Commit

Permalink
Add PHP 8.1 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Sep 17, 2021
1 parent fb5cea0 commit fcb8bb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,18 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3']
php-versions:
- 8.1
- '8.0'
- 7.4
- 7.3
- 7.2
- 7.1
- '7.0'
- 5.6
- 5.5
- 5.4
- 5.3

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions tests/bootstrap.php
Expand Up @@ -18,6 +18,7 @@ class_alias('PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase');

echo "HTMLPurifier version: ", HTMLPurifier::VERSION, "\n";
echo "libxml version: ", constant('LIBXML_DOTTED_VERSION'), "\n";
echo "PHP version: ", PHP_VERSION, "\n";
echo "PHP memory limit: ", ini_get('memory_limit'), "\n";
echo "\n";

Expand Down

0 comments on commit fcb8bb5

Please sign in to comment.