Skip to content

Commit

Permalink
Retire PHP 7.2 and 7.3 and introduce PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 18, 2024
1 parent 1d8f804 commit 746fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
composer-version: [ 'v2.1', 'v2.2', 'v2.3', 'v2.4', 'v2.5' ]
include:
- php-version: '8.1'
Expand Down

0 comments on commit 746fa6a

Please sign in to comment.