Skip to content

Commit bc6dcee

Browse files
committed
SP-983 Remove Composer
1 parent cce1fdd commit bc6dcee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/analyze.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
phpcs:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: php-actions/composer@v6
12-
with:
13-
php_version: 8.1
14-
php_extensions: bcmath gmp xdebug
1511
- name: PHP_CodeSniffer
1612
run: |
1713
curl -OL https://phars.phpcodesniffer.com/phpcs.phar

0 commit comments

Comments
 (0)