Skip to content

Commit

Permalink
chore: drop SF 6.3 from matrix (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Feb 7, 2024
1 parent cf87b97 commit 669bc2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php: [ 8.1, 8.2 ]
deps: [ highest ]
symfony: [ 6.3.*, 6.4.*, 7.0.* ]
symfony: [ 6.4.*, 7.0.* ]
database: [ mysql, mongo ]
use-dama: [ 1 ]
exclude:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
runs-on: ubuntu-latest
steps:
- uses: zenstruck/.github@php-cs-fixer
- uses: zenstruck/.github/actions/php-cs-fixer@main
with:
php: 8
key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand All @@ -226,7 +226,7 @@ jobs:
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
runs-on: ubuntu-latest
steps:
- uses: zenstruck/.github@sync-with-template
- uses: zenstruck/.github/actions/sync-with-template@main
with:
key: ${{ secrets.GPG_PRIVATE_KEY }}
token: ${{ secrets.COMPOSER_TOKEN }}

0 comments on commit 669bc2d

Please sign in to comment.