Skip to content

Commit

Permalink
Update PHP version in cgl.yaml
Browse files Browse the repository at this point in the history
TYPO3 v13 needs min. PHP 8.2
  • Loading branch information
tritum authored Nov 21, 2024
1 parent f00ad80 commit fa6b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
tools: composer:v2

# Install dependencies
Expand Down

0 comments on commit fa6b0fe

Please sign in to comment.