Skip to content

Commit 6024da9

Browse files
committed
[CI] adjusted PHP matrix for Rector job
1 parent 481378f commit 6024da9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rector.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ on:
88
jobs:
99
rector:
1010
name: Run rector
11+
strategy:
12+
matrix:
13+
php:
14+
- '8.3'
1115
uses: ibexa/gh-workflows/.github/workflows/rector.yml@main
16+
with:
17+
php-version: ${{ matrix.php }}
1218
secrets:
1319
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
1420
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}

0 commit comments

Comments
 (0)