Skip to content

Commit

Permalink
Retire PHP 7.2 and 7.3 and introduce PHP 8.3 also in php-qa II
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 18, 2024
1 parent 62d2d14 commit 5680282
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 @@ -37,7 +37,7 @@ jobs:
tests-unit-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/tests-unit-php.yml@main
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
Expand Down

0 comments on commit 5680282

Please sign in to comment.