actions: start building on 8.1

This commit is contained in:
Dylan K. Taylor
2022-08-20 16:32:36 +01:00
parent e86e8254a8
commit 98778052bb
2 changed files with 12 additions and 11 deletions

View File

@ -22,7 +22,8 @@
declare(strict_types=1);
const VERSIONS = [
"8.0"
"8.0",
"8.1"
];
$workflowFile = file_get_contents(__DIR__ . '/main.yml');