diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 46c56c3..89fe86b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,7 +17,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' # Set the PHP version + php-version: '8.1' # Set the PHP version coverage: xdebug - name: Install dependencies