Skip to content

Add php 8.4

Add php 8.4 #2

Triggered via pull request January 8, 2025 11:13
Status Failure
Total duration 24s
Artifacts

buildifier.yaml

on: pull_request
Auto-format and Check
14s
Auto-format and Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Auto-format and Check: 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",
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