Skip to content

Commit 4250e4b

Browse files
committed
Start extracting PHP 8.4 stubs
1 parent 2b62d6b commit 4250e4b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/update.yml

+13
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@ jobs:
7676
- name: "Update stubs"
7777
run: "./extractor/extract.php --update -- 8.2 8.3"
7878

79+
# ---
80+
81+
- name: "Delete checked out php-src repo"
82+
run: "rm -rf php-src"
83+
- name: "Checkout PHP 8.4"
84+
uses: actions/checkout@v4
85+
with:
86+
repository: "php/php-src"
87+
path: "php-src"
88+
ref: "master"
89+
- name: "Update stubs"
90+
run: "./extractor/extract.php --update -- 8.3 8.4"
91+
7992
# end repeat
8093

8194
- name: 'Get previous tag'

0 commit comments

Comments
 (0)