Skip to content

Commit

Permalink
Update CI (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje authored Jan 19, 2025
1 parent 1eb0c52 commit b65e98e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: PHPStan

on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
on: [push, pull_request]

jobs:
phpstan:
Expand All @@ -16,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
coverage: none

- name: Install composer dependencies
Expand Down
10 changes: 3 additions & 7 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 @@ -13,9 +9,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
Expand Down

0 comments on commit b65e98e

Please sign in to comment.