We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b62d6b commit 4250e4bCopy full SHA for 4250e4b
.github/workflows/update.yml
@@ -76,6 +76,19 @@ jobs:
76
- name: "Update stubs"
77
run: "./extractor/extract.php --update -- 8.2 8.3"
78
79
+ # ---
80
+
81
+ - name: "Delete checked out php-src repo"
82
+ run: "rm -rf php-src"
83
+ - name: "Checkout PHP 8.4"
84
+ uses: actions/checkout@v4
85
+ with:
86
+ repository: "php/php-src"
87
+ path: "php-src"
88
+ ref: "master"
89
+ - name: "Update stubs"
90
+ run: "./extractor/extract.php --update -- 8.3 8.4"
91
92
# end repeat
93
94
- name: 'Get previous tag'
0 commit comments