Skip to content

Commit

Permalink
add unit
Browse files Browse the repository at this point in the history
  • Loading branch information
uhlhosting committed Nov 17, 2023
1 parent 968036f commit 26372e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y software-properties-common git build-essential libssl-dev libpcre2-dev ca-certificates apt-transport-https debian-archive-keyring
sudo apt install -y software-properties-common unit git build-essential libssl-dev libpcre2-dev ca-certificates apt-transport-https debian-archive-keyring
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update -qq
sudo apt-get install -y libphp${{ matrix.php_version }}-embed php${{ matrix.php_version }}-dev php${{ matrix.php_version }}
Expand Down
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ build_unit_php82:
- unit/
expire_in: 3 days
# Repeat for other PHP versions, adjusting the paths as necessary
# ...

# ...

0 comments on commit 26372e4

Please sign in to comment.