Skip to content

Commit 669bc2d

Browse files
authored
chore: drop SF 6.3 from matrix (#558)
1 parent cf87b97 commit 669bc2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
php: [ 8.1, 8.2 ]
1616
deps: [ highest ]
17-
symfony: [ 6.3.*, 6.4.*, 7.0.* ]
17+
symfony: [ 6.4.*, 7.0.* ]
1818
database: [ mysql, mongo ]
1919
use-dama: [ 1 ]
2020
exclude:
@@ -215,7 +215,7 @@ jobs:
215215
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
216216
runs-on: ubuntu-latest
217217
steps:
218-
- uses: zenstruck/.github@php-cs-fixer
218+
- uses: zenstruck/.github/actions/php-cs-fixer@main
219219
with:
220220
php: 8
221221
key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -226,7 +226,7 @@ jobs:
226226
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
227227
runs-on: ubuntu-latest
228228
steps:
229-
- uses: zenstruck/.github@sync-with-template
229+
- uses: zenstruck/.github/actions/sync-with-template@main
230230
with:
231231
key: ${{ secrets.GPG_PRIVATE_KEY }}
232232
token: ${{ secrets.COMPOSER_TOKEN }}

0 commit comments

Comments
 (0)