Skip to content

Commit 8da2c42

Browse files
committed
PHP 8.5 stubs
1 parent 8e76844 commit 8da2c42

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
@@ -89,6 +89,19 @@ jobs:
8989
- name: "Update stubs"
9090
run: "./extractor/extract.php --update -- 8.3 8.4"
9191

92+
# ---
93+
94+
- name: "Delete checked out php-src repo"
95+
run: "rm -rf php-src"
96+
- name: "Checkout PHP 8.5"
97+
uses: actions/checkout@v4
98+
with:
99+
repository: "php/php-src"
100+
path: "php-src"
101+
ref: "master"
102+
- name: "Update stubs"
103+
run: "./extractor/extract.php --update -- 8.4 8.5"
104+
92105
# end repeat
93106

94107
- name: 'Get previous tag'

0 commit comments

Comments
 (0)