Skip to content

Commit

Permalink
update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imahmood committed Mar 2, 2024
1 parent c8f4073 commit 21212c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,19 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install libvips
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libvips42
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: ffi
tools: cs2pr
coverage: none

- name: Get composer cache directory
Expand Down

0 comments on commit 21212c8

Please sign in to comment.