Skip to content

Commit d2c8102

Browse files
authored
Ensure zip extension is installed for CI tests
1 parent 8555eb1 commit d2c8102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.operatingSystem }}
3939
name: ${{ matrix.operatingSystem }} / PHP ${{ matrix.phpVersion }}
4040
env:
41-
extensions: curl, fileinfo, gd, mbstring, openssl, pdo, pdo_sqlite, sqlite3, xml
41+
extensions: curl, fileinfo, gd, mbstring, openssl, pdo, pdo_sqlite, sqlite3, xml, zip
4242
key: october-cms-cache-v1
4343
steps:
4444
- name: Checkout changes

0 commit comments

Comments
 (0)