Skip to content

Commit

Permalink
mll-lab/graphql-php-scalars 5
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 23, 2024
1 parent 4d63fb6 commit a8bd37c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
extensions: mbstring
php-version: "${{ matrix.php-version }}"

- if: "! startsWith(matrix.php-version, 8)"
run: composer remove --dev --no-update mll-lab/graphql-php-scalars

- run: composer require "illuminate/support:${{ matrix.illuminate }}" --no-interaction --no-update

- if: matrix.dependencies == 'lowest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"illuminate/database": "^8.73 || ^9 || ^10",
"infection/infection": "^0.26 || ^0.27",
"jangregor/phpstan-prophecy": "^1",
"mll-lab/graphql-php-scalars": "^6",
"mll-lab/graphql-php-scalars": "^5 || ^6",
"mll-lab/php-cs-fixer-config": "^5",
"nunomaduro/larastan": "^1 || ^2",
"orchestra/testbench": "^5 || ^6 || ^7 || ^8",
Expand Down

0 comments on commit a8bd37c

Please sign in to comment.