Skip to content

Commit 11f47b4

Browse files
committed
chore: Update CI workflow to install and enable Couchbase PHP extension
1 parent d4f82ef commit 11f47b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- name: Install Couchbase PHP extension
3636
run: sudo pecl install couchbase
3737

38+
- name: Install Couchbase PHP extension
39+
run: sudo pecl install couchbase
40+
41+
- name: Enable Couchbase PHP extension
42+
run: echo "extension=couchbase.so" | sudo tee -a /usr/local/etc/php/php.ini
43+
3844
- name: Run Migration
3945
run: php artisan migrate --force
4046

0 commit comments

Comments
 (0)