Skip to content

Commit

Permalink
laravel v10 and php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 14, 2023
1 parent bf987f0 commit a66a055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache/files
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
},
"require": {
"php": "^8.1",
"google/cloud-language": "^0.26.0",
"google/cloud-language": "^0.28.0",
"illuminate/support": "10.*"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench" : "7.*",
"orchestra/testbench" : "8.*",
"phpunit/phpunit": "^9.0"
},
"extra": {
Expand Down

0 comments on commit a66a055

Please sign in to comment.