Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 067b87d

Browse files
authored
DX: run SCA under PHP 8.1 (#61)
1 parent 4bc29f5 commit 067b87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121

2222
- name: Get Composer cache directory
2323
id: composer-cache

dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^8.0"
3+
"php": "^8.1"
44
},
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "^3.10",

0 commit comments

Comments
 (0)