diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c56eae..126e30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: include: - php-versions: '7.1' cs-fixer: false + - php-versions: '8.1' + cs-fixer: false steps: - name: Checkout uses: actions/checkout@v2