Skip to content

Commit

Permalink
Upgrade CI to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed May 1, 2024
1 parent ddf75b5 commit 0f26bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 0f26bfb

Please sign in to comment.