Skip to content

Commit c4dcbb6

Browse files
authored
Merge pull request #335 from ryangjchandler/remove-php-8.1-from-workflow
2 parents dbaf5ce + 2e62317 commit c4dcbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2, 8.1]
20+
php: [8.3, 8.2]
2121
laravel: [10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:

0 commit comments

Comments
 (0)