Skip to content

Commit 234d157

Browse files
authored
Merge pull request #204 from joanhey/patch-3
Nighly build running each month using the dev branch
2 parents 7e98544 + 35e3c09 commit 234d157

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_development.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
php_version: ["8.4"]
39-
nginx_version: ["1.26.0"]
38+
php_version: ["8.5"]
39+
nginx_version: ["1.28.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,8 @@ jobs:
4545

4646
steps:
4747
- uses: actions/checkout@v4
48+
with: { ref: development }
49+
# with to use development branch
4850
- name: Install dependencies
4951
run: sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-dev libsodium-dev libkrb5-dev redis-server redis-tools memcached
5052

0 commit comments

Comments
 (0)