We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d7fd3 commit 2a56ea4Copy full SHA for 2a56ea4
.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.1
+ php-version: 8.2
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
@@ -82,7 +82,7 @@ jobs:
82
- name: Install PHP with extensions
83
84
85
86
extensions: ${{ env.PHP_EXTENSIONS }}
87
ini-values: ${{ env.PHP_INI_VALUES }}
88
0 commit comments