Skip to content

Commit f07cfd2

Browse files
authored
update phpunit xmls (#28)
* update phpunit xmls * run tests once a week (instead of each day)
1 parent c8ac8bc commit f07cfd2

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
# “At 12:00”
9-
- cron: '0 12 * * *'
8+
# “At 17:00 on Thursday.
9+
- cron: '0 17 * * THU'
1010

1111
jobs:
1212
build:

tests/phpunit-7.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 6 PHP 7.0 - PHP 7.2 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 6 PHP 7.0 - PHP 7.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit backupGlobals="false"
44
backupStaticAttributes="false"
55
bootstrap="./../vendor/autoload.php"

tests/phpunit-7.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 7 PHP 7.1 - PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 7 PHP 7.1 - PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit backupGlobals="false"
44
backupStaticAttributes="false"
55
bootstrap="./../vendor/autoload.php"

tests/phpunit-7.2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 8 >= PHP 7.2 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 8 >= PHP 7.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit backupGlobals="false"
44
backupStaticAttributes="false"
55
bootstrap="./../vendor/autoload.php"

tests/phpunit-7.3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"

tests/phpunit-7.4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"

tests/phpunit-8.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 9 >= PHP 7.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"

tests/phpunit-8.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"

tests/phpunit-8.2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 11 >= PHP 8.2 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"
@@ -8,7 +8,7 @@
88
processIsolation="false"
99
stopOnFailure="false"
1010
cacheResult="false"
11-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
1212
cacheDirectory=".phpunit.cache"
1313
backupStaticProperties="false">
1414
<testsuites>

tests/phpunit-8.3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- PHPUnit 10 >= PHP 8.1 (https://phpunit.de/supported-versions.html) -->
2+
<!-- PHPUnit 12 >= PHP 8.3 (https://phpunit.de/supported-versions.html - https://phpunit.de/documentation.html) -->
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
backupGlobals="false"
@@ -8,7 +8,7 @@
88
processIsolation="false"
99
stopOnFailure="false"
1010
cacheResult="false"
11-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.4/phpunit.xsd"
1212
cacheDirectory=".phpunit.cache"
1313
backupStaticProperties="false">
1414
<testsuites>

0 commit comments

Comments
 (0)