Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
ci(php): Remove PHP 7.3 checks, add PHP 8.2
Browse files Browse the repository at this point in the history
A PR on adding PHP 8.2 support reminded me that we're currently not checking for PHP 8.2 compatibility.

Equally, PHP 7.3 is long deprecated, so we should avoid testing for it.
  • Loading branch information
stefanhoth authored Mar 27, 2023
1 parent 35565bb commit f810005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']

runs-on: ubuntu-latest

Expand Down

0 comments on commit f810005

Please sign in to comment.