Skip to content

Commit 346bb1a

Browse files
Copilotlisachenko
andcommitted
Enable PHP 8.4 in build matrix and update PHPStan to use PHP 8.3
Co-authored-by: lisachenko <[email protected]>
1 parent 43d75f2 commit 346bb1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Install PHP"
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: "8.2"
16+
php-version: "8.3"
1717
ini-values: memory_limit=-1
1818
tools: composer:v2
1919
- name: "Cache dependencies"
@@ -22,8 +22,8 @@ jobs:
2222
path: |
2323
~/.composer/cache
2424
vendor
25-
key: "php-8.2"
26-
restore-keys: "php-8.2"
25+
key: "php-8.3"
26+
restore-keys: "php-8.3"
2727
- name: "Install dependencies"
2828
run: "composer install --no-interaction --no-progress --no-suggest"
2929
- name: "Static analysis"

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
php-version:
1919
- "8.2"
2020
- "8.3"
21+
- "8.4"
2122
operating-system:
2223
- "ubuntu-latest"
2324

0 commit comments

Comments
 (0)