Skip to content

Commit 9631fda

Browse files
committed
updating php version in github actions
1 parent bf01084 commit 9631fda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ 'ubuntu-22.04' ]
15-
php: [ '7.2' ]
15+
php: [ '8.3' ]
1616
symfony: [ '5.4.*']
1717

1818
steps:

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 7.2
16+
php-version: 8.3
1717
coverage: none
1818
tools: phpstan:1.10.55, cs2pr
1919

@@ -33,17 +33,17 @@ jobs:
3333
- name: Setup PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php-version: 7.2
36+
php-version: 8.3
3737
coverage: none
3838

3939
- name: Composer install
4040
uses: php-actions/composer@v6
4141
with:
42-
php_version: 7.2
42+
php_version: 8.3
4343

4444
- name: PHP Code Sniffer
4545
uses: php-actions/phpcs@v1
4646
with:
47-
php_version: 7.2
47+
php_version: 8.3
4848
path: src/
4949
standard: psr12

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '7.2'
16+
php-version: '8.3'
1717

1818
- name: Install dependencies
1919
run: composer install

0 commit comments

Comments
 (0)