CI: fix PHP tests jobs rules

This commit is contained in:
Benjamin Renard 2023-05-24 18:30:02 +02:00
parent 4003fdfcfc
commit 548315b248
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -9,7 +9,7 @@ tests:bullseye:
stage: tests
rules:
- changes:
- src/*
- src/**/*.php
script:
- rm -fr vendor
- composer install
@ -35,7 +35,7 @@ tests:buster:
stage: tests
rules:
- changes:
- src/*
- src/**/*.php
script:
- rm -fr vendor
- composer install
@ -76,7 +76,7 @@ tests:jessie:
stage: tests
rules:
- changes:
- src/*
- src/**/*.php
script:
- cd /tmp/
- composer require overtrue/phplint --dev