Skip to content

Commit

Permalink
add test workflow for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
holyfabi committed Feb 16, 2022
1 parent 437b842 commit b90c12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Tests
on:
push:
branches:
- main
- master
- release/*
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*",
Expand All @@ -32,7 +32,7 @@
"laravel/sanctum": "^2.4"
},
"require-dev": {
"orchestra/testbench": "^6.23",
"orchestra/testbench": "^6.23|^7.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit b90c12b

Please sign in to comment.