Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 536ec69

Browse files
committedFeb 3, 2023
Run tests on PHP 8.2
1 parent 1b6b150 commit 536ec69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1]
11+
php: [8.0, 8.1, 8.2]
1212

1313
steps:
1414
- name: Checkout code
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)