Skip to content

Commit

Permalink
Update PHPUnit versions.
Browse files Browse the repository at this point in the history
Remove files for old CI.
  • Loading branch information
josh-gaby committed Nov 26, 2023
1 parent b9cf6c5 commit 52dbb55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 65 deletions.
20 changes: 0 additions & 20 deletions .atoum.php

This file was deleted.

12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.0
phpunit: phpunit/phpunit ^5
can-fail: false
- php: 7.1
phpunit: phpunit/phpunit ^5
can-fail: false
- php: 7.2
phpunit: phpunit/phpunit ^5
phpunit: phpunit/phpunit ^7
can-fail: false
- php: 7.3
phpunit: phpunit/phpunit ^5
phpunit: phpunit/phpunit ^9
can-fail: false
- php: 7.4
phpunit: phpunit/phpunit ^5
phpunit: phpunit/phpunit ^9
can-fail: false
- php: 8.0
phpunit: phpunit/phpunit ^9
Expand Down
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.0",
"php": ">=7.2",
"php-http/client-common": "^2.1",
"php-http/message": "^1.0",
"guzzlehttp/psr7": "^2.6.1",
Expand Down

0 comments on commit 52dbb55

Please sign in to comment.