Skip to content

Commit

Permalink
Merge pull request #18 from codebar-ag/feature-php-8-2
Browse files Browse the repository at this point in the history
Support PHP 8.2
  • Loading branch information
StanBarrows authored Dec 27, 2022
2 parents 2c17d45 + 186dcb8 commit 8c081b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata

uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.1 ]
php: [ 8.1,8.2 ]
laravel: [ 9.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
- name: Set phpunit.xml
run: cp phpunit.xml.dist phpunit.xml

- name: Execute tests
Expand All @@ -52,3 +52,4 @@ jobs:
CLOUDINARY_CLOUD_NAME: ${{ secrets.CLOUDINARY_CLOUD_NAME }}
CLOUDINARY_API_KEY: ${{ secrets.CLOUDINARY_API_KEY }}
CLOUDINARY_API_SECRET: ${{ secrets.CLOUDINARY_API_SECRET }}

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/contracts": "^9.0",
"spatie/laravel-package-tools": "^1.9.2",
"cloudinary/cloudinary_php": "^2.9.0"
"cloudinary/cloudinary_php": "^2.9.0",
"nesbot/carbon": "^2.64.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 8c081b5

Please sign in to comment.