We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5940a0 commit 2d503bdCopy full SHA for 2d503bd
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install PHP
20
uses: shivammathur/setup-php@v2
21
with:
22
- php-version: 8.0
+ php-version: 8.1
23
coverage: none
24
25
- name: Run friendsofphp/php-cs-fixer
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
- name: Update dependencies with composer
@@ -57,6 +57,7 @@ jobs:
57
php-version:
58
- "8.0"
59
- "8.1"
60
+ - "8.2"
61
62
steps:
63
- name: "Checkout"
0 commit comments