Skip to content

Commit

Permalink
chore: Drop php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Aug 12, 2024
1 parent 6aa6ca1 commit 5fd1101
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1]
php: [8.3, 8.2]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1]
php: [8.3, 8.2]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
name: PHP:${{ matrix.php }} - Laravel:${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.2",
"ext-intl": "*",
"composer-runtime-api": "^2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"ext-intl": "*",
"php": "^8.1|^8.2",
"php": "^8.2",
"filament/support": "^3.2",
"laravel/prompts": "^0.1.15",
"livewire/livewire": "^3.4",
Expand Down

0 comments on commit 5fd1101

Please sign in to comment.