Skip to content

Commit 0167b83

Browse files
committed
remove php 8.1
1 parent 110afff commit 0167b83

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.1, 8.2, 8.3, 8.4]
16+
php: [8.2, 8.3, 8.4]
1717
laravel: [10.*, 11.*, 12.*]
1818
include:
1919
- laravel: 10.*
@@ -22,11 +22,6 @@ jobs:
2222
testbench: 9.*
2323
- laravel: 12.*
2424
testbench: 10.*
25-
exclude:
26-
- laravel: 11.*
27-
php: 8.1
28-
- laravel: 12.*
29-
php: 8.1
3025

3126
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
3227

@@ -50,7 +45,7 @@ jobs:
5045

5146
- name: Install dependencies
5247
run: |
53-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
48+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5449
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
5550
5651
- name: Execute tests

0 commit comments

Comments
 (0)