Skip to content

Commit 548289b

Browse files
authored
Test on 8.2
1 parent 76d2194 commit 548289b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [7.4, 8.0, 8.1]
15+
php: [7.4, 8.0, 8.1, 8.2]
1616
symfony: [^4.4, ^5.4, ^6]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
@@ -49,4 +49,4 @@ jobs:
4949

5050
- name: Check PSR-12 Codestyle
5151
run: composer test
52-
if: matrix.os == 'ubuntu-latest'
52+
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)