Skip to content

Commit 93a82e0

Browse files
Adjusted versions
1 parent 7fd0d68 commit 93a82e0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '7.3'
19+
php-version: '8.0'
2020
tools: composer:v2
2121
coverage: none
2222

.styleci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
preset: symfony
22

3+
version: 7.4
4+
35
risky: true
46

57
enabled:

vendor-bin/phpstan/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
3-
"php": "^7.3",
4-
"phpstan/phpstan": "1.2.0"
3+
"php": "^8.0",
4+
"phpstan/phpstan": "1.5.0"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)