Skip to content

Commit

Permalink
Merge pull request #198 from joanhey/patch-3
Browse files Browse the repository at this point in the history
Update build_24.04.yml add PHP8.4
  • Loading branch information
rryqszq4 authored Jan 13, 2025
2 parents 1c5308a + 47df07a commit f4e7b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_24.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["8.2", "8.3"]
php_version: ["8.2", "8.3", "8.4"]
# Only nginx stable and mainline versions for faster tests
nginx_version: ["1.25.5", "1.26.0", "1.27.3"]
# Disable fail-fast to allow all failing versions to fail in a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_24.04_dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["8.2", "8.3"] # "7.0", "7.1", "7.2", "7.3",
php_version: ["8.2", "8.3", "8.4"] # "7.0", "7.1", "7.2", "7.3",
# Only nginx stable and mainline versions for faster tests
nginx_version: ["1.25.5", "1.26.0", "1.27.3"]
# Disable fail-fast to allow all failing versions to fail in a
Expand Down

0 comments on commit f4e7b39

Please sign in to comment.