Skip to content

Commit 10408af

Browse files
authored
Nightly run always use development branch.
1 parent 303df98 commit 10408af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_development.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
php_version: ["8.5"]
39-
nginx_version: ["1.28.0"]
39+
nginx_version: ["1.29.0"]
4040
# Disable fail-fast to allow all failing versions to fail in a
4141
# single build, rather than stopping when the first one fails.
4242
fail-fast: false
@@ -45,6 +45,7 @@ jobs:
4545

4646
steps:
4747
- uses: actions/checkout@v4
48+
with: { ref: development }
4849
- name: Install dependencies
4950
run: |
5051
sudo apt update

0 commit comments

Comments
 (0)