Skip to content

Commit 05b792a

Browse files
Drop PHP 8.1 from CI matrix
PHP 8.1 is EOL and pest v2.36.0 now conflicts with phpunit 10.5.63, making it impossible to run tests on PHP 8.1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 839abdc commit 05b792a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3, 8.4, 8.5]
12+
php: [8.2, 8.3, 8.4, 8.5]
1313
laravel: [10.*, 11.*, 12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
@@ -22,18 +22,12 @@ jobs:
2222
- laravel: 13.*
2323
testbench: ^11.0
2424
exclude:
25-
- php: 8.1
26-
laravel: 11.*
27-
- php: 8.1
28-
laravel: 12.*
2925
- php: 8.2
3026
laravel: 12.*
3127
- php: 8.4
3228
laravel: 10.*
3329
- php: 8.5
3430
laravel: 11.*
35-
- php: 8.1
36-
laravel: 13.*
3731
- php: 8.2
3832
laravel: 13.*
3933
- php: 8.5

0 commit comments

Comments
 (0)