File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
php : [ 8.1, 8.2 ]
16
16
deps : [ highest ]
17
- symfony : [ 6.3.*, 6. 4.*, 7.0.* ]
17
+ symfony : [ 6.4.*, 7.0.* ]
18
18
database : [ mysql, mongo ]
19
19
use-dama : [ 1 ]
20
20
exclude :
@@ -215,7 +215,7 @@ jobs:
215
215
if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
216
216
runs-on : ubuntu-latest
217
217
steps :
218
- - uses : zenstruck/.github@ php-cs-fixer
218
+ - uses : zenstruck/.github/actions/ php-cs-fixer@main
219
219
with :
220
220
php : 8
221
221
key : ${{ secrets.GPG_PRIVATE_KEY }}
@@ -226,7 +226,7 @@ jobs:
226
226
if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
227
227
runs-on : ubuntu-latest
228
228
steps :
229
- - uses : zenstruck/.github@ sync-with-template
229
+ - uses : zenstruck/.github/actions/ sync-with-template@main
230
230
with :
231
231
key : ${{ secrets.GPG_PRIVATE_KEY }}
232
232
token : ${{ secrets.COMPOSER_TOKEN }}
You can’t perform that action at this time.
0 commit comments