We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e98544 + 35e3c09 commit 234d157Copy full SHA for 234d157
.github/workflows/build_development.yml
@@ -35,8 +35,8 @@ jobs:
35
36
strategy:
37
matrix:
38
- php_version: ["8.4"]
39
- nginx_version: ["1.26.0"]
+ php_version: ["8.5"]
+ nginx_version: ["1.28.0"]
40
# Disable fail-fast to allow all failing versions to fail in a
41
# single build, rather than stopping when the first one fails.
42
fail-fast: false
@@ -45,6 +45,8 @@ jobs:
45
46
steps:
47
- uses: actions/checkout@v4
48
+ with: { ref: development }
49
+ # with to use development branch
50
- name: Install dependencies
51
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
52
0 commit comments