Skip to content

Commit 3e8fcab

Browse files
Update github actions and scrutinizer to use PHP 8.3.
1 parent 96efe82 commit 3e8fcab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
phpcs:
77
runs-on: ubuntu-latest
88

9-
name: phpcs - PHP 8.2
9+
name: phpcs - PHP 8.3
1010

1111
steps:
1212
- name: Checkout repo
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.3'
2020

2121
# Dependencies needed for the shiftonelabs/codesniffer-standard package.
2222
- name: Install dependencies

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
nodes:
33
analysis:
44
environment:
5-
php: 8.2
5+
php: 8.3.11
66
tests:
77
override:
88
- php-scrutinizer-run

0 commit comments

Comments
 (0)