Skip to content

Commit

Permalink
gha: bump to latest stable PHP version where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Feb 18, 2024
1 parent 3a5b93b commit ee07a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
coverage: none
extensions: mbstring
php-version: 8.1
php-version: 8.3

- run: composer install --no-interaction --no-progress --no-suggest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3

- name: "Install locked dependencies with composer"
run: composer install --no-interaction --no-progress
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: pcov
php-version: 8.1
php-version: 8.3

- name: "Install locked dependencies with composer"
run: composer install --no-interaction --no-progress
Expand Down

0 comments on commit ee07a3a

Please sign in to comment.