Skip to content

Commit

Permalink
Use PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored Jan 22, 2024
1 parent 80fe908 commit bddc074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit bddc074

Please sign in to comment.