Skip to content

Commit

Permalink
bump php version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrelaud committed Nov 3, 2024
1 parent fe49784 commit 9f7e779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1]
php: [8.2]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"php": "^8.2",
"saloonphp/saloon": "^1.7"
},
"require-dev": {
Expand Down

0 comments on commit 9f7e779

Please sign in to comment.