Skip to content

Commit

Permalink
ci(test): run e2e tests on php 8.2 as well
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Apr 19, 2024
1 parent 6c082a9 commit f3d6509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Front-end E2E tests
strategy:
matrix:
php-version: [ '8.1', '8.3' ]
php-version: [ '8.1', '8.2', '8.3' ]
nextcloud-version: [ 'master']
node-version: [ '20' ]
steps:
Expand Down

0 comments on commit f3d6509

Please sign in to comment.