Skip to content

Commit

Permalink
Update PHP version in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Nov 10, 2023
1 parent bd85371 commit 612ef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: "8.0"
coverage: none
tools: composer, cs2pr

Expand Down

0 comments on commit 612ef09

Please sign in to comment.