Skip to content

Commit 8f0425c

Browse files
authored
Merge pull request #20 from spryker/dereuromark-patch-1
PHP 82
2 parents a2f470f + ba097b2 commit 8f0425c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['7.3', '8.1']
16+
php-version: ['7.3', '8.2']
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup PHP
5353
uses: shivammathur/setup-php@v2
5454
with:
55-
php-version: '7.4'
55+
php-version: '8.1'
5656
extensions: mbstring, intl, bcmath
5757
coverage: none
5858

0 commit comments

Comments
 (0)