Skip to content

Commit 61b4db5

Browse files
committed
Extend test matrix for behat to include PHP 8.2
1 parent 4e9acec commit 61b4db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: lint
3636
strategy:
3737
matrix:
38-
php-version: ['7.4']
38+
php-version: ['7.4', '8.2']
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)