Skip to content

Commit 2a8837f

Browse files
authored
Merge pull request #19 from codebar-ag/fix-remove-8.2-support
Remove 8.2
2 parents 4c7d0a4 + a9104fc commit 2a8837f

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
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
php: [ 8.2, 8.3, 8.4 ]
17+
php: [ 8.3, 8.4 ]
1818
laravel: [ 12.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
2020

0 commit comments

Comments
 (0)