fix workflow-update

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-27 10:05:57 +02:00
parent 61e9e4e7c0
commit dc0ae75833

View file

@ -10,8 +10,6 @@ on:
push: push:
branches: branches:
- main - main
- master
- stable*
permissions: permissions:
contents: read contents: read
@ -25,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: [ "8.0", "8.1", "8.2" ] php-versions: [ "8.2" ]
name: php-lint name: php-lint
@ -43,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint - name: Lint
run: composer run lint run: cd php && composer run lint
summary: summary:
permissions: permissions: