Skip to content

Commit

Permalink
add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 13, 2024
1 parent e13b497 commit 4994647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
Expand All @@ -26,6 +26,7 @@ jobs:
php-versions:
- 8.1
- 8.2
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4994647

Please sign in to comment.