Skip to content

Commit 2bb935a

Browse files
committed
Didn't Work
Couldn't resolve a good version for mpdf.
1 parent b7b30ac commit 2bb935a

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,12 @@ jobs:
6464
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist
6565

6666
phpunit:
67+
name: PHPUnit ${{ matrix.php }}
6768
runs-on: ubuntu-latest
6869
strategy:
6970
fail-fast: false
7071
matrix:
71-
experimental:
72-
- false
73-
php:
74-
- '7.1'
75-
- '7.2'
76-
- '7.3'
77-
- '7.4'
78-
- '8.0'
79-
- '8.1'
80-
- '8.2'
81-
- '8.3'
82-
- '8.4'
83-
84-
include:
85-
- php: 'nightly'
86-
experimental: true
87-
88-
name: PHPUnit ${{ matrix.php }}
89-
72+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
9073
steps:
9174
- name: Setup PHP
9275
uses: shivammathur/setup-php@v2
@@ -112,12 +95,6 @@ jobs:
11295
if: matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'
11396
run: ./vendor/bin/phpunit -c phpunit10.xml.dist --no-coverage
11497

115-
- name: Run phpunit nightly experimental
116-
if: matrix.php == 'nightly'
117-
env:
118-
FAILURE_ACTION: "${{ matrix.experimental == true }}"
119-
run: ./vendor/bin/phpunit -c phpunit10.xml.dist --no-coverage
120-
12198
- name: Run phpunit 7.3
12299
if: matrix.php == '7.3'
123100
run: ./vendor/bin/phpunit -c phpunit9.xml.dist --coverage-clover build/clover.xml

0 commit comments

Comments
 (0)