Skip to content

Commit

Permalink
feat: Upgrade static analysis PHP version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Sep 12, 2024
1 parent 85cca34 commit ecf6c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: php-actions/composer@v6
with:
progress: yes
php_version: 8.1
php_version: 8.3
version: 2
- name: "PHP-CS-Fixer"
run: composer check-cs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.3-cli
RUN apt-get update \
&& apt-get install -y \
libzip-dev \
Expand Down

0 comments on commit ecf6c76

Please sign in to comment.