Skip to content

Commit 3b22e47

Browse files
authored
Pin Wordpress version, v6.8 broke user authentication somehow (#305)
1 parent e9e37f5 commit 3b22e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ jobs:
12911291
run: |
12921292
pip install pifpaf
12931293
wget -q https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
1294-
wget -q https://wordpress.org/latest.zip -O wordpress-latest.zip
1294+
wget -q https://wordpress.org/wordpress-6.7.2.zip -O wordpress-latest.zip
12951295
- name: Install system dependencies
12961296
run: sudo apt-get install atheme-services faketime
12971297
- name: Install irctest dependencies

workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ software:
370370
build_script: |
371371
pip install pifpaf
372372
wget -q https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
373-
wget -q https://wordpress.org/latest.zip -O wordpress-latest.zip
373+
wget -q https://wordpress.org/wordpress-6.7.2.zip -O wordpress-latest.zip
374374
env: >-
375375
IRCTEST_DLK_PATH="${{ github.workspace }}/Dlk-Services"
376376
IRCTEST_WP_CLI_PATH="${{ github.workspace }}/wp-cli.phar"

0 commit comments

Comments
 (0)