diff --git a/build/target-repository/.github/workflows/standalone_install.yaml b/build/target-repository/.github/workflows/standalone_install.yaml index 906edc48..a54a1c88 100644 --- a/build/target-repository/.github/workflows/standalone_install.yaml +++ b/build/target-repository/.github/workflows/standalone_install.yaml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php_version: ['7.2', '7.3', '7.4', '8.0'] + php_version: ['7.2', '7.3', '7.4', '8.0', '8.1'] steps: # prepare empty composer.json that allows the phpstan extension plugin