Skip to content

Commit

Permalink
Merge pull request #27 from umutphp/26-php-83-support
Browse files Browse the repository at this point in the history
Add PHP 8.3 tests
  • Loading branch information
umutphp authored Nov 25, 2023
2 parents 1e11e87 + ba9dc49 commit deee60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/composer-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependency-versions:
- "lowest"
- "highest"
Expand All @@ -26,7 +27,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.27.1
with:
php-version: ${{ matrix.php-version }}
coverage: none
Expand Down

0 comments on commit deee60c

Please sign in to comment.