Skip to content

Commit

Permalink
Run phpstan on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 3, 2024
1 parent 3c7ceff commit a8b48ca
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 @@ -51,10 +51,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.4"
- name: "Install PHP 8.3"
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.3"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down

0 comments on commit a8b48ca

Please sign in to comment.