Skip to content

Commit 518a374

Browse files
author
Alex Westergaard
committed
Change CI workflow
1 parent ef6a9ad commit 518a374

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
matrix:
3232
operating-system: ["ubuntu-latest"]
3333
php-versions: ["8.0", "8.1", "8.2"]
34-
phpunit-versions: ["latest"]
3534

3635
steps:
3736
- name: "Checkout"
@@ -46,7 +45,6 @@ jobs:
4645
extensions: mbstring, intl
4746
ini-values: post_max_size=256M, max_execution_time=180
4847
coverage: xdebug
49-
tools: phpunit:${{ matrix.phpunit-versions }}
5048

5149
- name: "Composer State"
5250
run: composer update --no-install --with-all-dependencies
@@ -77,7 +75,7 @@ jobs:
7775
run: ./vendor/bin/phpunit
7876

7977
render-php-lowest:
80-
needs: render-php-default
78+
needs: validate-mergable
8179
runs-on: ${{ matrix.operating-system }}
8280

8381
strategy:
@@ -86,7 +84,6 @@ jobs:
8684
matrix:
8785
operating-system: ["ubuntu-latest"]
8886
php-versions: ["8.0", "8.1", "8.2"]
89-
phpunit-versions: ["latest"]
9087

9188
steps:
9289
- name: "Checkout"
@@ -101,7 +98,6 @@ jobs:
10198
extensions: mbstring, intl
10299
ini-values: post_max_size=256M, max_execution_time=180
103100
coverage: xdebug
104-
tools: phpunit:${{ matrix.phpunit-versions }}
105101

106102
- name: "Composer State"
107103
run: composer update --prefer-lowest --no-install --with-all-dependencies

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
beStrictAboutTestsThatDoNotTestAnything="true"
55
beStrictAboutTodoAnnotatedTests="true"
66
testdox="true"
7-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
8-
cacheDirectory=".phpunit.cache">
7+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd">
98
<testsuites>
109
<testsuite name="Units">
1110
<directory>test/Unit</directory>

0 commit comments

Comments
 (0)