Skip to content

Commit 599945e

Browse files
authored
Merge branch 'picqer:main' into patch-1
2 parents 0bc1dd1 + 77da173 commit 599945e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-versions: ['7.3', '7.4', '8.0', '8.1']
12+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)