Skip to content

Commit

Permalink
Updated GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Nov 28, 2023
1 parent 57bc678 commit 062f94a
Show file tree
Hide file tree
Showing 4 changed files with 2,546 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Tests

on:
push:
Expand All @@ -7,9 +7,13 @@ on:
branches: [ master ]

jobs:
build:

tests:
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "8.1"
- "8.3"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/.phpunit.cache
/composer.lock
/vendor
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"scripts": {
"fuzz": "fuzzer/fuzz.sh",
"fuzz": ["Composer\\Config::disableProcessTimeout", "fuzzer/fuzz.sh"],
"test": "vendor/bin/phpunit"
}
}
Loading

0 comments on commit 062f94a

Please sign in to comment.