Update and rename laravel.yml to php-laravel-tests.yml

pull/6799/head
Shlee 4 weeks ago committed by GitHub
parent aacadd3953
commit 580042f36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,9 @@ name: Laravel Test Suite
on:
push:
branches: [ staging, dev ]
branches: [ staging, dev, unstable ]
pull_request:
branches: [ staging, dev ]
branches: [ staging, dev, unstable ]
jobs:
tests:
@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [ '8.3' ]
php: [ '8.5' ]
steps:
- name: Checkout code
Loading…
Cancel
Save