Skip to content

Commit fd1672e

Browse files
committed
Try a whole new workflow file
1 parent a077cc2 commit fd1672e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
name: Test URL
1+
name: Tests
22
on:
33
push:
4-
paths-ignore:
5-
- '**.md'
6-
74
pull_request:
85
paths-ignore:
96
- '**.md'
107

118
jobs:
12-
test:
9+
tests:
1310
name: PHP ${{ matrix.php }} ${{ matrix.php-jit == 'on' && 'with' || 'without' }} JIT on ${{ matrix.os }}
1411
runs-on: ${{ matrix.os }}
1512
continue-on-error: ${{ matrix.php == 'nightly' }}
1613
strategy:
17-
fail-fast: true
14+
fail-fast: false
1815
matrix:
1916
os:
2017
- ubuntu-latest
2118
php:
2219
- 8.1
23-
- 8.2
24-
- 8.3
25-
- 8.4
2620
php-jit:
2721
- on
2822
- off
@@ -42,9 +36,6 @@ jobs:
4236
extensions: mbstring, opcache, pcre, gmp
4337
ini-values: zend.assertions=1, opcache.enable_cli=1, opcache.memory_consumption=256, opcache.jit=${{ matrix.php-jit == 'on' && 1255 || 'disable' }}, opcache.jit_buffer_size=${{ matrix.php-jit == 'on' && '256M' || '0' }}
4438
coverage: none
45-
tools: composer:v2
46-
env:
47-
fail-fast: true
4839

4940
- name: Install dependencies
5041
run: |

0 commit comments

Comments
 (0)