Skip to content

Commit

Permalink
bump bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guywarner committed Aug 11, 2023
1 parent 7fdf80e commit 21b8d77
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: run-tests

on:
push:
branches: [main]
pull_request:
branches: [main]
on: [push, pull_request]

jobs:
test:
Expand All @@ -21,6 +17,8 @@ jobs:
testbench: ^8.0
- laravel: 9.*
testbench: ^7.0
- laravel: 8.*
testbench: ^6.23
exclude:
- laravel: 10.*
php: 8.0
Expand All @@ -29,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 21b8d77

Please sign in to comment.