Skip to content

Commit

Permalink
Bump PHP, symfony/yaml, phpunit (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag authored Mar 27, 2022
1 parent ac03fe6 commit fda0e9a
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 122 deletions.
Binary file added .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4']
php-versions: ['8.0', '8.1']

name: 'PHP ${{ matrix.php-versions }} test suite'
steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![banner](.github/banner.png)

# configparser

[![Latest Version on Packagist][ico-version]][link-packagist]
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}
],
"require": {
"php": ">=7.1.0",
"symfony/yaml": "^4.1"
"php": "^8.0",
"symfony/yaml": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit fda0e9a

Please sign in to comment.