Skip to content

Commit ecf6c76

Browse files
committed
feat: Upgrade static analysis PHP version to 8.3
1 parent 85cca34 commit ecf6c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: php-actions/composer@v6
1515
with:
1616
progress: yes
17-
php_version: 8.1
17+
php_version: 8.3
1818
version: 2
1919
- name: "PHP-CS-Fixer"
2020
run: composer check-cs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.3-cli
22
RUN apt-get update \
33
&& apt-get install -y \
44
libzip-dev \

0 commit comments

Comments
 (0)