File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ permissions:
10
10
contents : " read"
11
11
jobs :
12
12
# PHP lint for different PHP versions
13
- lint :
13
+ build :
14
14
runs-on : " ubuntu-latest"
15
15
strategy :
16
16
matrix :
17
17
php-version :
18
18
- " 7.4"
19
19
- " 8.1"
20
- name : " PHP ${{ matrix.php-version }} lint "
20
+ name : " PHP ${{ matrix.php-version }}"
21
21
steps :
22
22
- # git checkout
23
23
name : " git checkout"
37
37
echo -n "==> ${file}: ";
38
38
php -l "${file}";
39
39
done
40
- # install composer packages and validate coding standards
41
- build :
42
- runs-on : ubuntu-latest
43
- name : " PHP composer & CodeSniffer"
44
- steps :
45
- - # git checkout
46
- name : " git checkout"
47
- uses : " actions/checkout@v3"
48
- - # Check PHP version
49
- name : " Check PHP version"
50
- run : " php -v"
51
40
- # Validate composer.json and composer.lock
52
41
name : " Validate composer.json and composer.lock"
53
42
run : " composer validate --strict"
You can’t perform that action at this time.
0 commit comments