Skip to content

Commit

Permalink
SUPESC-755 Change CI php version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkicheglovspryker committed Dec 4, 2023
1 parent 2e1905c commit fc9b5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
fail-fast: false
matrix:
php-versions:
- '8.0'
- '8.1'
- '8.2'

services:
mariadb:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring, intl, bcmath, pdo_mysql

- name: Composer Install
Expand Down

0 comments on commit fc9b5cc

Please sign in to comment.