Add php 8.4 #3
buildifier.yaml
on: pull_request
Auto-format and Check
15s
Annotations
2 errors and 1 warning
Auto-format and Check:
php/BUILD#L1
Please run buildifier.
diff --git a/php/BUILD b/php/BUILD
index 34495b4..62ce14d 100644
--- a/php/BUILD
+++ b/php/BUILD
@@ -1,10 +1,10 @@
-package(default_visibility = ["//visibility:public"])
-
-load("@io_bazel_rules_docker//contrib:test.bzl", "container_test")
load("@io_bazel_rules_docker//container:import.bzl", "container_import")
+load("@io_bazel_rules_docker//contrib:test.bzl", "container_test")
load(":php-arch.bzl", "ARCHITECTURES")
load(":php-version.bzl", "PHP_VERSION")
+package(default_visibility = ["//visibility:public"])
+
[
container_test(
name = "php" + PHP_VERSION + "_" + arch + "_test",
|
Auto-format and Check
Process completed with exit code 1.
|
Auto-format and Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|