Skip to content

Commit

Permalink
update php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 10, 2024
1 parent 9f8f437 commit 1e98330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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 Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
php-versions:
- 8.1
- 8.2
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1e98330

Please sign in to comment.