Add php 8.4 #2
Annotations
3 errors and 1 warning
|
WORKSPACE#L1
Please run buildifier.
diff --git a/WORKSPACE b/WORKSPACE
index 7a2ce48..fd9f8f9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,7 +1,6 @@
workspace(name = "sylius-php")
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
http_archive(
name = "io_bazel_rules_docker",
|
|
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",
|
|
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading