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

PHP 8.3 build #751

Merged
merged 11 commits into from
Nov 25, 2023
Prev Previous commit
Next Next commit
Revert "Run CI again for PHP 8.3"
This reverts commit 8e70279.
  • Loading branch information
michael-rubel committed Nov 24, 2023
commit ac07cfada007aa87046b5ad2e705e37486d22862
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.0"
- name: "Install dependencies"
run: "composer install"
- name: "Check for BC breaks"
Expand Down