We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362b93b commit b49c8e8Copy full SHA for b49c8e8
2 files changed
.github/workflows/license-audit.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: install PHP
13
uses: shivammathur/setup-php@v2
14
with:
15
- php-version: '8.0'
+ php-version: '8.2'
16
coverage: none
17
extensions: intl, mbstring
18
.github/workflows/test-package.yml
@@ -21,6 +21,8 @@ jobs:
21
guzzle-version: '^7.0'
22
- php-version: '8.1'
23
24
+ - php-version: '8.2'
25
+ guzzle-version: '^7.0'
26
27
steps:
28
- uses: actions/checkout@v2
@@ -57,7 +59,7 @@ jobs:
57
59
matrix:
58
60
# TODO: we likely have to care about Guzzle's version too - ideally we'd
61
# check our use of Guzzle is correct on each version
- php-version: ['7.1', '8.1']
62
+ php-version: ['7.1', '8.2']
63
phpstan-version: ['~1.4']
64
65
0 commit comments