Skip to content

Commit c0928bd

Browse files
committed
Replace WP copy of PHPMailer with tagged official version
1 parent 698b1dd commit c0928bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csqa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
custom-cache-suffix: $(date -u "+%Y-%m")
134134

135135
- name: Download performance test fixture
136-
run: wget https://raw.githubusercontent.com/WordPress/WordPress/refs/heads/master/wp-includes/PHPMailer/PHPMailer.php
136+
run: wget https://raw.githubusercontent.com/PHPMailer/PHPMailer/refs/tags/v6.9.3/src/PHPMailer.php
137137

138138
- name: Run performance report
139139
id: performance_report

0 commit comments

Comments
 (0)