Skip to content

Commit 74bad1c

Browse files
committed
Don't test 8.4 on i386
1 parent 3b032c6 commit 74bad1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
operating-system: [ubuntu-latest]
1717
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818
php-extensions: ['bcmath', 'gmp']
19+
exclude:
20+
# We are getting weird libxml2 failures on this combo
21+
- arch: "i386"
22+
php-versions: 8.4
23+
1924
name: "PHP ${{ matrix.php-versions }} (with ${{ matrix.php-extensions }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
2025
steps:
2126
- name: Install PHP

0 commit comments

Comments
 (0)