Skip to content

Commit

Permalink
Merge branch 'release/v1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Invis1ble committed Jun 3, 2024
2 parents 35096ec + c3bcc91 commit 9ecaa48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
-
name: Check Code Quality via PHP-CS-Fixer
run: docker compose exec -T php bin/php-cs-fixer
-
name: Rector Cache
uses: actions/cache@v4
with:
path: /tmp/rector
key: ${{ runner.os }}-rector-${{ github.run_id }}
restore-keys: ${{ runner.os }}-rector-
-
run: mkdir -p /tmp/rector
-
name: Rector Dry Run
run: docker compose exec -T php bin/rector
-
name: Execute tests via PHPUnit
run: docker compose exec -T php vendor/bin/phpunit --coverage-clover var/log/coverage-clover.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "invis1ble/symfony-serializer-extension",
"type": "library",
"description": "Additional useful (de)normalizers for symfony/serializer .",
Expand Down

0 comments on commit 9ecaa48

Please sign in to comment.