Skip to content

Commit b49c8e8

Browse files
committed
Add PHP 8.2 to CI
1 parent 362b93b commit b49c8e8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/license-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: install PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.0'
15+
php-version: '8.2'
1616
coverage: none
1717
extensions: intl, mbstring
1818

.github/workflows/test-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
guzzle-version: '^7.0'
2222
- php-version: '8.1'
2323
guzzle-version: '^7.0'
24+
- php-version: '8.2'
25+
guzzle-version: '^7.0'
2426

2527
steps:
2628
- uses: actions/checkout@v2
@@ -57,7 +59,7 @@ jobs:
5759
matrix:
5860
# TODO: we likely have to care about Guzzle's version too - ideally we'd
5961
# check our use of Guzzle is correct on each version
60-
php-version: ['7.1', '8.1']
62+
php-version: ['7.1', '8.2']
6163
phpstan-version: ['~1.4']
6264

6365
steps:

0 commit comments

Comments
 (0)