We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e76844 commit 8da2c42Copy full SHA for 8da2c42
1 file changed
.github/workflows/update.yml
@@ -89,6 +89,19 @@ jobs:
89
- name: "Update stubs"
90
run: "./extractor/extract.php --update -- 8.3 8.4"
91
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
105
# end repeat
106
107
- name: 'Get previous tag'
0 commit comments