Skip to content

Commit

Permalink
drop L8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Oct 9, 2024
1 parent c6b57f4 commit 401896b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
laravel: [8.*, 9.*, 10.*]
php: [8.0, 8.1, 8.2]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- dbal: ignore
- laravel: 8.*
testbench: ^6.0
dbal: install
exclude:
- laravel: 10.*
php: 8.0
Expand Down Expand Up @@ -52,7 +47,6 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
if [[ ${{matrix.dbal}} = 'install' ]]; then composer require doctrine/dbal; fi
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Run PHPUnit tests
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^8.0",
"illuminate/events": "^8.83|^9.52|^10.0",
"illuminate/support": "^8.83|^9.52|^10.0",
"illuminate/events": "^9.52|^10.0",
"illuminate/support": "^9.52|^10.0",
"symfony/event-dispatcher": "^5.1",
"symfony/workflow": "^5.1",
"symfony/property-access": "^5.1"
Expand Down

0 comments on commit 401896b

Please sign in to comment.