We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df542c8 commit 88b4e00Copy full SHA for 88b4e00
1 file changed
.github/workflows/composer.yaml
@@ -65,15 +65,3 @@ jobs:
65
- run: |
66
docker compose run --rm phpfpm composer install
67
docker compose run --rm phpfpm composer normalize --dry-run
68
-
69
- composer-audit:
70
- runs-on: ubuntu-latest
71
- steps:
72
- - uses: actions/checkout@v6
73
74
- - name: Create docker network
75
76
- docker network create frontend
77
78
- - run: |
79
- docker compose run --rm phpfpm composer audit --locked
0 commit comments