Skip to content

Commit

Permalink
require php 8.1 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
epalmans committed May 1, 2024
1 parent 96744d0 commit c47079c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
php: [8.1]
laravel: [10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
- laravel: 10.*
php: 8.0
name: Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^8.0.2",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/support": "^9.0|^10.0",
"openfoodfacts/openfoodfacts-php": "^0.2.4"
"openfoodfacts/openfoodfacts-php": "^0.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"friendsofphp/php-cs-fixer": "^3.9.5",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.8"
},
Expand Down

0 comments on commit c47079c

Please sign in to comment.