Skip to content

Commit

Permalink
Testing via GitHub Actions for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Nov 18, 2023
1 parent aa80caf commit 79fd96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: [ '8.2', '8.1', '8.0' ]
php-versions: [ '8.3', '8.2', '8.1', '8.0' ]
dependency-stability: [ 'prefer-stable','prefer-lowest' ]

runs-on: ${{ matrix.operating-system }}
Expand Down

0 comments on commit 79fd96f

Please sign in to comment.