Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove node workflows and use 8.2 for performance workflow
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jan 26, 2023
commit f10a11f872c43c78e2320a960794303011570a42
92 changes: 0 additions & 92 deletions .github/workflows/node-tests.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/node.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0']
php-versions: ['8.2']

name: performance-${{ matrix.php-versions }}

Expand Down