Skip to content

Commit 8616715

Browse files
committed
Project differences from PHP 8.1 into stubs
1 parent 459a730 commit 8616715

File tree

2 files changed

+306
-7
lines changed

2 files changed

+306
-7
lines changed

.github/workflows/update.yml

+14
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ jobs:
3737
ref: "PHP-8.0"
3838
- name: "Extract stubs"
3939
run: "./extractor/extract.php"
40+
41+
# repeat
42+
- name: "Delete checked out php-src repo"
43+
run: "rm -rf php-src"
44+
- name: "Checkout PHP 8.1"
45+
uses: actions/checkout@v3
46+
with:
47+
repository: "php/php-src"
48+
path: "php-src"
49+
ref: "PHP-8.1"
50+
- name: "Update stubs"
51+
run: "./extractor/extract.php --update -- 8.1"
52+
# end repeat
53+
4054
- name: 'Get previous tag'
4155
id: previous_tag
4256
uses: "WyriHaximus/github-action-get-previous-tag@v1"

0 commit comments

Comments
 (0)