Skip to content

Commit

Permalink
adding required php extentions to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iWirk committed Jul 4, 2022
1 parent ad712bc commit a837728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: sockets, opcache, bz2, zip, bcmath, pgsql, pdo_pgsql, redis, grpc, protobuf
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
Expand Down

0 comments on commit a837728

Please sign in to comment.