Skip to content

Commit

Permalink
Build: use PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Nov 19, 2023
1 parent 50b1bc6 commit bc2abac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/building_phar_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: mbstring, json, dom, pdo, pdo_sqlite

- name: Check PHP Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codacy_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
php-versions: ['8.3']

name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} - Execute All Tests With coverage

Expand Down

0 comments on commit bc2abac

Please sign in to comment.