Skip to content

Commit

Permalink
Added analyse action
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 committed Jun 20, 2024
1 parent fe815f3 commit fc65caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
composer require "laravel/framework:10.*" "orchestra/testbench:8.*" --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction
- name: Analyse
run: composer analyse
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Addon that adds a glide blade directive",
"type": "package",
"require": {
"php": "^8.0|^8.1",
"laravel/framework": "^10.0|^11.0",
"php": "^8.2|^8.3",
"laravel/framework": "^10.0",
"statamic/cms": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit fc65caf

Please sign in to comment.