Skip to content

Commit 56ccadc

Browse files
committed
Extract PHP 8.3 stubs
1 parent ce082c7 commit 56ccadc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/update.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ jobs:
6363
- name: "Update stubs"
6464
run: "./extractor/extract.php --update -- 8.1 8.2"
6565

66+
# ---
67+
68+
- name: "Delete checked out php-src repo"
69+
run: "rm -rf php-src"
70+
- name: "Checkout PHP 8.3"
71+
uses: actions/checkout@v3
72+
with:
73+
repository: "php/php-src"
74+
path: "php-src"
75+
ref: "master" # todo 8.3 after feature freeze
76+
- name: "Update stubs"
77+
run: "./extractor/extract.php --update -- 8.2 8.3"
78+
6679
# end repeat
6780

6881
- name: 'Get previous tag'

0 commit comments

Comments
 (0)