Skip to content

Commit 76d49e6

Browse files
committed
Fix Bazel tests
As of the PHP 8.4 release, the chmod of the /usr/local/bin/docker-php-entrypoint file has been changed to 755.
1 parent 9eeb261 commit 76d49e6

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

php/testdata/php8.1_amd64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.1_arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.2_amd64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.2_arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.3_amd64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.3_arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.4_amd64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

php/testdata/php8.4_arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fileExistenceTests:
1010
path: '/usr/bin/composer'
1111
shouldExist: true
1212
permissions: '-rwxr-xr-x'
13-
- name: 'PHP Entry point 775'
13+
- name: 'PHP Entry point 755'
1414
path: '/usr/local/bin/docker-php-entrypoint'
1515
shouldExist: true
16-
permissions: '-rwxrwxr-x'
16+
permissions: '-rwxr-xr-x'
1717
commandTests:
1818
- name: arch
1919
command: [ "uname", "-m" ]

0 commit comments

Comments
 (0)