Skip to content

Commit

Permalink
Merge pull request #103 from KnpLabs/add-php-8.3
Browse files Browse the repository at this point in the history
Add PHP 8.3 to CI matrix
  • Loading branch information
robbieaverill committed Mar 14, 2024
2 parents ff78d7a + 849e72e commit 71f338f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

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

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set PHP version
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 71f338f

Please sign in to comment.