Skip to content

Commit

Permalink
Update github actions and scrutinizer to use PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Sep 20, 2024
1 parent 96efe82 commit e905b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.2
name: phpcs - PHP 8.3

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

# Dependencies needed for the shiftonelabs/codesniffer-standard package.
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build:
nodes:
analysis:
environment:
php: 8.2
php: 8.3.10
tests:
override:
- php-scrutinizer-run
Expand Down

0 comments on commit e905b5c

Please sign in to comment.