Skip to content

Commit

Permalink
FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled sup…
Browse files Browse the repository at this point in the history
…port of PHP 8.3. (#11088)

FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.
  • Loading branch information
olhalivitchuk authored Sep 20, 2024
1 parent 80f085e commit 5d0f60f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: mbstring, intl, bcmath
coverage: none

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: mbstring, intl, bcmath
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FileManagerGui Module
[![Latest Stable Version](https://poser.pugx.org/spryker/file-manager-gui/v/stable.svg)](https://packagist.org/packages/spryker/file-manager-gui)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)

FileManagerGui is a user interface module to manage FileManager functionality in the Zed Administration Interface.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "FileManagerGui module",
"license": "proprietary",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"spryker/file-manager": "^2.3.0",
"spryker/file-system-extension": "^1.0.0",
"spryker/gui": "^3.45.0",
Expand Down

0 comments on commit 5d0f60f

Please sign in to comment.