diff --git a/.github/workflows/build_24.04.yml b/.github/workflows/build_24.04.yml index a4e359e..6049d83 100644 --- a/.github/workflows/build_24.04.yml +++ b/.github/workflows/build_24.04.yml @@ -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 diff --git a/.github/workflows/build_24.04_dynamic.yml b/.github/workflows/build_24.04_dynamic.yml index f270486..24e6faa 100644 --- a/.github/workflows/build_24.04_dynamic.yml +++ b/.github/workflows/build_24.04_dynamic.yml @@ -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