Skip to content

Commit

Permalink
upgrade to php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimulisiraj committed Aug 3, 2022
1 parent d2be41c commit 16d21d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
php: [8.1]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"pestphp/pest": "^1.20",
"friendsofphp/php-cs-fixer": "^3.9",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-mock": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 16d21d4

Please sign in to comment.