Skip to content

Commit 0ba11cb

Browse files
committed
TEMP/TESTING
1 parent f1c9394 commit 0ba11cb

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/quicktest.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: ['ubuntu-24.04-arm', 'windows-latest']
32-
php: ['7.2', 'latest']
33-
34-
include:
35-
- php: '5.4'
36-
os: 'ubuntu-24.04-arm'
37-
custom_ini: false
38-
# Installing on Windows with PHP 5.4 runs into all sorts of problems with Composer.
39-
# See this issue for more context (yes, I've seen this problem before):
40-
# @link https://github.com/PHPCSStandards/composer-installer/pull/213
41-
- php: '5.5'
42-
os: 'windows-latest'
43-
custom_ini: false
32+
php: ['7.2', 'latest', '8.5']
4433

4534
name: "QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux ARM' }})"
4635

@@ -70,7 +59,7 @@ jobs:
7059
run: php "bin/phpcs" --config-set php_path php
7160

7261
- name: 'PHPUnit: run the full test suite'
73-
if: ${{ matrix.os != 'windows-latest' }}
62+
#if: ${{ matrix.os != 'windows-latest' || matrix.php != '8.5' }}
7463
run: php "vendor/bin/phpunit" tests/AllTests.php --no-coverage
7564

7665
- name: 'PHPUnit: run tests which may have different outcomes on Windows'

0 commit comments

Comments
 (0)