Skip to content

Commit

Permalink
Update testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gapple committed Jan 2, 2024
1 parent 6202cea commit 6113e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
experimental: [false]
env:
code-coverage-version: '8.2' # Most recent stable PHP version.
code-coverage-version: '8.3' # Most recent stable PHP version.

name: PHP ${{ matrix.php-versions }}

Expand Down

0 comments on commit 6113e97

Please sign in to comment.