forked from flix-tech/avro-serde-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixing php 8.4 deprecations (flix-tech#88) Co-authored-by: mihai.leu <[email protected]> * Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (flix-tech#85) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Ploch <[email protected]> * [PHP] Drop PHP 7.4 & 8.0 (flix-tech#90) - Upgrade all dependencies - Refurbish code to pass CI tests again * [DOC] Update README.md with correct versions * add logical types and attributes support * add test and fix error on AvroSymbols * restore AvroSerDeEncoderTest.php * fix tests imports --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: mihaileu <[email protected]> Co-authored-by: mihai.leu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Ploch <[email protected]> Co-authored-by: Thomas Ploch <[email protected]>
- Loading branch information
1 parent
dd96c20
commit 794b3a5
Showing
96 changed files
with
757 additions
and
964 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ composer.lock | |
|
||
# Custom entries | ||
.php_cs*.cache | ||
.env | ||
variables.mk | ||
build/ | ||
ocular.phar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.