Skip to content

Commit

Permalink
remove oldest php
Browse files Browse the repository at this point in the history
  • Loading branch information
Korben Dal committed Apr 25, 2024
1 parent 8608968 commit ea0cb30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
operating_system:
- ubuntu-latest
php_versions:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-json": "*",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.9",
"hemp/presenter": "^2.0|^3.0"
Expand Down
5 changes: 5 additions & 0 deletions phpunit.github.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<directory suffix=".php">./src</directory>
</include>
</coverage>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
<testsuites>
<testsuite name="Test suite">
<directory suffix="Test.php">./tests</directory>
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>

0 comments on commit ea0cb30

Please sign in to comment.