Skip to content

Commit e058439

Browse files
Update CI PHP version to fix Scrutinizer.
1 parent be3ce59 commit e058439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
17-
php-versions: ['7.4']
17+
php-versions: ['8.2']
1818

1919
steps:
2020
- name: Set git to use LF
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 1
2929

3030
- name: Install PHP
31-
uses: shivammathur/setup-php@2.25.5
31+
uses: shivammathur/setup-php@2.29.0
3232
with:
3333
php-version: ${{ matrix.php-versions }}
3434
extensions: pcov,xdebug,mbstring

0 commit comments

Comments
 (0)