Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 17, 2023
1 parent 2f04d0f commit 8f5f96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,48 +96,3 @@ jobs:
- name: Audit dependencies
run: composer audit

audit-dependencies-laravel-8:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os:
- "ubuntu-latest"
php:
- 7.3
- 7.4
- '8.0'
- 8.1
laravel:
- "8.x"
experimental:
- false

name: PHP${{ matrix.php }}-${{ matrix.os }} with Laravel ${{ matrix.laravel }}

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, sqlite3, pdo_sqlite, pdo_mysql, bcmath, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Install Laravel ${{ matrix.laravel }}
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
- name: Install dependencies
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "highest"
composer-options: "--prefer-dist --prefer-stable --no-cache"

- name: Installed dependencies
run: composer show -D

- name: Audit dependencies
run: composer audit
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"illuminate/queue": "^9.45 || ^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.18 || ^8.0",
"phpstan/phpstan": "^1.8"
"laravel/pint": "^1.3",
"orchestra/testbench": "^7.19 || ^8.0",
"phpstan/phpstan": "^1.9.7"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 8f5f96d

Please sign in to comment.