Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Feb 28, 2023
1 parent afc6f6d commit f5b1df4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -15,19 +15,29 @@ jobs:
os:
- "ubuntu-latest"
php:
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "highest"
- "lowest"
laravel:
- "8.x"
- "9.x"
- "10.x"
experimental:
- false
include:
- os: "ubuntu-latest"
php: "8.2"
php: "8.0"
dependencies: "highest"
laravel: "8.x"
experimental: false
- os: "ubuntu-latest"
php: "8.1"
dependencies: "highest"
laravel: "8.x"
experimental: false
- os: "ubuntu-latest"
php: "8.0"
dependencies: "highest"
laravel: "9.x"
experimental: false
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,13 +21,13 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.75 || ^9.34",
"illuminate/support": "^8.75 || ^9.34 || ^10.0",
"react/stream": "^1.1"
},
"require-dev": {
"league/climate": "^3.5",
"phpstan/phpstan": "^1.0",
"orchestra/testbench": "^6.25.1 || ^7.10.1"
"orchestra/testbench": "^6.25.1 || ^7.10.1 || ^8.0"
},
"suggest": {
"league/climate": "Required to use Console Logger (^3.5)."
Expand Down

0 comments on commit f5b1df4

Please sign in to comment.