We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459a730 commit 8616715Copy full SHA for 8616715
.github/workflows/update.yml
@@ -37,6 +37,20 @@ jobs:
37
ref: "PHP-8.0"
38
- name: "Extract stubs"
39
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
54
- name: 'Get previous tag'
55
id: previous_tag
56
uses: "WyriHaximus/github-action-get-previous-tag@v1"
0 commit comments