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 6eb29cf commit 072a508Copy full SHA for 072a508
.github/workflows/continuous-integration.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install PHP
14
uses: shivammathur/setup-php@v2
15
with:
16
- php-version: 8.0
+ php-version: 8.1
17
coverage: none
18
tools: composer:v2
19
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
@@ -91,7 +91,7 @@ jobs:
91
- name: Install PHP with extensions
92
93
94
95
extensions: ${{ env.PHP_EXTENSIONS }}
96
ini-values: ${{ env.PHP_INI_VALUES }}
97
0 commit comments