Skip to content

Commit 18e53ab

Browse files
committed
chore: fix composer and actions
1 parent 8118b89 commit 18e53ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
23+
os: [ubuntu-latest]
2424
php: [8.4]
2525
laravel: [12.*]
2626
stability: [prefer-lowest, prefer-stable]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "farbcodegmbh/laravel-evm",
2+
"name": "farbcode/laravel-evm",
33
"description": "Simple, Reliable Ethereum Integration for Laravel",
44
"keywords": [
55
"laravel",

0 commit comments

Comments
 (0)