Skip to content

Commit 12b42fa

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 37d268d commit 12b42fa

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/sync.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,23 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository and submodules
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
1818

19+
- name: Setup PHP
20+
uses: shivammathur/setup-php@v2
21+
with:
22+
php-version: ${{ matrix.php }}
23+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql, bcmath, intl, fileinfo
24+
coverage: none
25+
26+
- name: Install dependencies
27+
uses: "ramsey/composer-install@v2"
28+
with:
29+
dependency-versions: "${{ matrix.dependencies }}"
30+
composer-options: "--prefer-dist --no-cache"
31+
1932
- name: Run command
2033
run: php bin/sync
2134

core

Submodule core updated 147 files

0 commit comments

Comments
 (0)