Skip to content

Commit

Permalink
Merge pull request #662 from madewithlove/php83
Browse files Browse the repository at this point in the history
Upgrade to PHP 8.3
  • Loading branch information
jdrieghe authored Nov 30, 2023
2 parents 0891159 + 4bdc305 commit 8459e80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 🐘 Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: "8.2"
php-version: "8.3"
tools: composer
env:
update: true
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 🐘 Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: "8.2"
php-version: "8.3"
tools: composer
env:
update: true
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: 🐘 Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: "8.2"
php-version: "8.3"
tools: composer
env:
update: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "^8.2",
"php": "^8.3",
"composer/composer": "^2.2",
"guzzlehttp/guzzle": "^7.3",
"knplabs/packagist-api": "dev-master",
Expand Down

0 comments on commit 8459e80

Please sign in to comment.