Skip to content

Commit

Permalink
Try just testing PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Jul 3, 2024
1 parent 97437cd commit 9c8e6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php-version: ['8.2', '8.1', '8.0']
php-version: ['8.2']
concurrency:
group: php-${{ matrix.php-version }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 9c8e6ac

Please sign in to comment.