Skip to content

Commit

Permalink
Retire PHP 7.2 and 7.3 and introduce PHP 8.3 also in php-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 18, 2024
1 parent 746fa6a commit 62d2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lint-php:
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.4", "8.0", "8.1", "8.2", "8.3"]
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
with:
PHP_VERSION: ${{ matrix.php }}
Expand Down

0 comments on commit 62d2d14

Please sign in to comment.