Skip to content

Commit

Permalink
Update php_unit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Jan 14, 2025
1 parent d9e6bea commit 326f68b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/php_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Imagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
sudo apt-get install -y php-imagick
sudo phpenmod imagick
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
ini-values: intl.default_locale=fr_CH.UTF-8, date.timezone=Europe/Zurich
extensions: imagick-7.1.0
extensions: imagick-6.q16
coverage: xdebug

- name: Install dependencies
Expand Down

0 comments on commit 326f68b

Please sign in to comment.