mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-20 12:51:30 +02:00
Setup PHP when running coding-standards and static-analysis actions
This commit is contained in:
12
.github/workflows/test-suite.yaml
vendored
12
.github/workflows/test-suite.yaml
vendored
@@ -34,6 +34,12 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.3
|
||||
extensions: apcu, mbstring, memcached, redis, intl
|
||||
|
||||
- name: Install PHP Dependencies
|
||||
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
|
||||
|
||||
@@ -48,6 +54,12 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.3
|
||||
extensions: apcu, mbstring, memcached, redis, intl
|
||||
|
||||
- name: Install PHP Dependencies
|
||||
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
|
||||
|
||||
|
Reference in New Issue
Block a user