Skip to content

Commit

Permalink
Also test on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Oct 28, 2023
1 parent 3e83c45 commit 5865f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
continue-on-error: ${{ matrix.php == '8.3' }}

name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}

Expand Down

0 comments on commit 5865f76

Please sign in to comment.