Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR fatal error during the build #3784

Merged
merged 11 commits into from
Dec 6, 2023
Prev Previous commit
Next Next commit
Force not loading PHP-Psr
  • Loading branch information
felipeelia committed Dec 6, 2023
commit 71a2664a4ad792ecc84c2db45492c8f4d7360c71
3 changes: 2 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: :php-psr
tools: cs2pr
coverage: none

Expand Down
Loading