Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce24c83

Browse files
committedJan 13, 2023
Native types
2 parents 34dabdd + c4f1eb7 commit ce24c83

File tree

57 files changed

+612
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+612
-368
lines changed
 

‎.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
uses: actions/cache@v3
6767
with:
6868
path: ./tmp/rectorCache.php
69-
key: "rector-v2-lint-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ matrix.php-version }}-${{ steps.rector-cache-key.outputs.sha }}"
69+
key: "rector-v3-lint-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ matrix.php-version }}-${{ steps.rector-cache-key.outputs.sha }}"
7070
restore-keys: |
71-
rector-v2-lint-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ matrix.php-version }}-
71+
rector-v3-lint-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ matrix.php-version }}-
7272
7373
- name: "Transform source code"
7474
if: matrix.php-version != '8.1' && matrix.php-version != '8.2'

‎.github/workflows/phar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
uses: actions/cache@v3
6060
with:
6161
path: ./tmp/rectorCache.php
62-
key: "rector-v2-phar-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ steps.rector-cache-key.outputs.sha }}"
62+
key: "rector-v3-phar-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-${{ steps.rector-cache-key.outputs.sha }}"
6363
restore-keys: |
64-
rector-v2-phar-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-
64+
rector-v3-phar-${{ hashFiles('composer.lock', 'build/rector-downgrade.php') }}-
6565
6666
- name: "Prepare for PHAR compilation"
6767
working-directory: "compiler"

0 commit comments

Comments
 (0)
Please sign in to comment.