Skip to content

Commit

Permalink
upgrade psr version
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Sep 12, 2023
1 parent 9004392 commit 51e2bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# windows-latest, macOS-latest?
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup PHP (with Xdebug)
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
coverage: xdebug

- name: Check PHP Version
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}
],
"provide": {
"psr/container-implementation": "^1"
"psr/container-implementation": "^1|^2"
},
"require": {
"php": "^7.4|^8.0|^8.1",
"psr/container": "^1"
"psr/container": "^1|^2"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
Expand Down

0 comments on commit 51e2bf7

Please sign in to comment.