File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
psalm-taint-analysis :
13
- uses : equisoft-actions/php-workflows/.github/workflows/php-security.yml@v7
13
+ uses : equisoft-actions/php-workflows/.github/workflows/php-security.yml@v8
14
14
secrets : inherit
15
15
with :
16
16
publish-reports : true
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
php-library :
13
- uses : equisoft-actions/php-workflows/.github/workflows/php-library.yml@v7
13
+ uses : equisoft-actions/php-workflows/.github/workflows/php-library.yml@v8
14
14
secrets : inherit
15
15
with :
16
16
checks : phpunit,psalm
17
17
php-version : ' 8.1'
18
18
extensions : pcov
19
19
20
20
php-library-8-3 :
21
- uses : equisoft-actions/php-workflows/.github/workflows/php-library.yml@v7
21
+ uses : equisoft-actions/php-workflows/.github/workflows/php-library.yml@v8
22
22
secrets : inherit
23
23
with :
24
24
checks : phpunit,psalm
You can’t perform that action at this time.
0 commit comments