Skip to content

Commit 152c2c1

Browse files
committed
Add trean tests
1 parent 1dc7a55 commit 152c2c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/php83.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Upgrade to PHP 8.3 from PPA and print PHP version
2424
run: |
2525
sudo add-apt-repository ppa:ondrej/php
26-
sudo apt update
27-
sudo apt install php8.3 php8.3-dom php8.3-pdo php8.3-sqlite3 php8.3-mysql php8.3-curl php8.3-intl php8.3-mbstring php8.3-cli php8.3-fpm
26+
sudo apt -o Dpkg::Progress-Fancy=0 update
27+
sudo apt -o Dpkg::Progress-Fancy=0 install php8.3 php8.3-dom php8.3-pdo php8.3-sqlite3 php8.3-mysql php8.3-curl php8.3-intl php8.3-mbstring php8.3-cli php8.3-fpm
2828
sudo update-alternatives --set php /usr/bin/php8.3
2929
which php
3030
php --version
@@ -58,7 +58,9 @@ jobs:
5858
- name: Install kronolith calendar app
5959
run: composer require horde/kronolith --prefer-dist --no-progress
6060
- name: Install whups ticketing app
61-
run: composer require horde/kronolith --prefer-dist --no-progress
61+
run: composer require horde/whups --prefer-dist --no-progress
62+
- name: Install trean bookmarks app
63+
run: composer require horde/trean --prefer-dist --no-progress
6264

6365
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
6466
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)