Skip to content

Commit

Permalink
simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Aug 9, 2023
1 parent 7edbfb1 commit d4761bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, pdo, sqlite, pdo_sqlite, memcached
extensions: mbstring, pdo, sqlite, pdo_sqlite
tools: composer:v2
coverage: none

- name: Install Memcached.
uses: niden/actions-memcached@v7

- name: Install dependencies
run: |
composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
Expand Down

0 comments on commit d4761bb

Please sign in to comment.