Skip to content

Commit

Permalink
Use fixed PHP version in CI for Rector, CS & Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Dec 2, 2024
1 parent 696213d commit 7913970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
php-version: 8.3

- name: Install dependencies
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 7913970

Please sign in to comment.