Skip to content

Commit d520ca6

Browse files
committed
fix php version
1 parent c84a4ec commit d520ca6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/.utils.sh

100644100755
File mode changed.

.github/workflows/code-quality.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: [ '8.1', '8.2', '8.3', '8.4']
35+
php-version: [ '8.2', '8.3', '8.4']
3636
dependency-version: ['']
3737
symfony-version: ['']
3838
minimum-stability: ['stable']
3939
include:
4040
# lowest deps
41-
- php-version: '8.1'
41+
- php-version: '8.2'
4242
dependency-version: 'lowest'
4343
# LTS version of Symfony
44-
- php-version: '8.1'
44+
- php-version: '8.2'
4545
symfony-version: '6.4.*'
4646
steps:
4747
- name: Checkout
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup PHP
6363
uses: shivammathur/setup-php@v2
6464
with:
65-
php-version: '8.1'
65+
php-version: '8.2'
6666
tools: flex
6767

6868
- name: Install root dependencies

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-version: ['8.1', '8.2', '8.3', '8.4']
23+
php-version: ['8.2', '8.3', '8.4']
2424
dependency-version: ['']
2525
symfony-version: ['']
2626
minimum-stability: ['stable']
@@ -29,10 +29,10 @@ jobs:
2929
- minimum-stability: 'dev'
3030
php-version: '8.4'
3131
# lowest deps
32-
- php-version: '8.1'
32+
- php-version: '8.2'
3333
dependency-version: 'lowest'
3434
# LTS version of Symfony
35-
- php-version: '8.1'
35+
- php-version: '8.2'
3636
symfony-version: '6.4.*'
3737

3838
env:

0 commit comments

Comments
 (0)