Skip to content

Commit 97f2d76

Browse files
Bump php from 8.4.14-alpine to 8.5.3-alpine (#300)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Gomzyakov <alexander.gomzyakov@gmail.com>
1 parent cb948b7 commit 97f2d76

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v6
1717

18-
- name: Setup PHP 8.3
18+
- name: Setup PHP 8.5.3
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.5.3
2222

2323
- name: Install Composer Dependencies
2424
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v6
1717

18-
- name: Setup PHP 8.3
18+
- name: Setup PHP 8.5.3
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.5.3
2222

2323
- name: Install Composer dependencies
2424
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4.14-alpine
1+
FROM php:8.5.3-alpine
22

33
ENV COMPOSER_HOME="/tmp/composer"
44

0 commit comments

Comments
 (0)