Skip to content

Commit

Permalink
Update CI PHP version to fix Scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentTorregrosa committed Feb 15, 2024
1 parent be3ce59 commit e058439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.4']
php-versions: ['8.2']

steps:
- name: Set git to use LF
Expand All @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.29.0
with:
php-version: ${{ matrix.php-versions }}
extensions: pcov,xdebug,mbstring
Expand Down

0 comments on commit e058439

Please sign in to comment.