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

Fix PHP 8.2 deprecations #280

Merged
merged 3 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run integration tests with PHP 8.2
  • Loading branch information
abrain committed Dec 1, 2023
commit 9d889a4fe0fb638d0abb9c9af3543562f4cd41a6
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ steps:
- ./cc-test-reporter before-build
- XDEBUG_MODE=coverage ./vendor/bin/phpunit -c phpunit.xml
- name: integration-tests-latest
image: php:8.0-cli-bullseye
image: php:8.2-cli-bullseye
environment:
CC_TEST_REPORTER_ID:
from_secret: cc_test_reporter_id
Expand Down Expand Up @@ -131,6 +131,6 @@ trigger:
- tag
---
kind: signature
hmac: d8cef72952942bbccec090162534aff1609d8a911609b825efbfe9861303f934
hmac: d83b634a99211401edb8e585e71cb96e169d1dc0c8e6483d139a49b070522c6a

...
Loading