Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Nov 29, 2024
1 parent ef10d55 commit 95b84dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
phpcs:
runs-on: ubuntu-latest

name: phpcs - PHP 8.3
name: phpcs - PHP 8.4

steps:
- name: Checkout repo
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'

# Dependencies needed for the shiftonelabs/codesniffer-standard package.
- name: Install dependencies
Expand All @@ -35,7 +35,7 @@ jobs:

matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
laravel: ['9.*', '10.*', '11.*']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ filter:
tools:
external_code_coverage:
timeout: 5400
runs: 9
runs: 12

0 comments on commit 95b84dd

Please sign in to comment.