diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f8422..124c50c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: CI -on: - push - pull_request +on: [push, pull_request] env: PSALM_PHP_VERSION: "8.2"