Skip to content

Commit a077cc2

Browse files
committed
Remove multi arch setup
1 parent db3a933 commit a077cc2

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,16 @@ on:
88
paths-ignore:
99
- '**.md'
1010

11-
permissions:
12-
contents: read
13-
1411
jobs:
1512
test:
16-
name: PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }} ${{ matrix.arch }}
13+
name: PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }}
1714
runs-on: ${{ matrix.os }}
1815
continue-on-error: ${{ matrix.php == 'nightly' }}
19-
defaults:
20-
run:
21-
shell: bash
2216
strategy:
2317
fail-fast: true
2418
matrix:
2519
os:
2620
- ubuntu-latest
27-
arch:
28-
- amd64
29-
- i386
3021
php:
3122
- 8.1
3223
- 8.2
@@ -38,9 +29,7 @@ jobs:
3829
include:
3930
- php: nightly
4031
os: ubuntu-latest
41-
arch: amd64
4232
php-jit: on
43-
container: shivammathur/node:latest-${{ matrix.arch }}
4433

4534
steps:
4635
- name: Checkout
@@ -56,11 +45,9 @@ jobs:
5645
tools: composer:v2
5746
env:
5847
fail-fast: true
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6048

6149
- name: Install dependencies
6250
run: |
63-
/usr/bin/git config --global --add safe.directory $GITHUB_WORKSPACE
6451
if [[ ${{ matrix.php == 'nightly' }} ]]; then
6552
composer update --no-interaction --ignore-platform-reqs
6653
else

0 commit comments

Comments
 (0)