We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6db56 commit 394a545Copy full SHA for 394a545
.github/workflows/ci.yaml
@@ -31,28 +31,7 @@ jobs:
31
32
rector:
33
name: Run rector
34
- runs-on: "ubuntu-22.04"
35
- strategy:
36
- matrix:
37
- php:
38
- - '8.3'
39
- steps:
40
- - uses: actions/checkout@v4
41
-
42
- - name: Setup PHP Action
43
- uses: shivammathur/setup-php@v2
44
- with:
45
- php-version: ${{ matrix.php }}
46
- coverage: none
47
- extensions: 'pdo_sqlite, gd'
48
- tools: cs2pr
49
50
- - uses: ramsey/composer-install@v3
51
52
- dependency-versions: highest
53
54
- - name: Run rector
55
- run: vendor/bin/rector process --dry-run --ansi
+ uses: ibexa/gh-workflows/.github/workflows/rector.yml@main
56
57
tests:
58
name: Unit & integration tests
0 commit comments