Skip to content

Commit

Permalink
Update to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh authored and pronskiy committed Nov 27, 2023
1 parent 7e92a3a commit ce24e6e
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: mbstring, intl, readline
tools: composer:v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: mbstring, intl, readline
tools: composer:v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The site

To develop the website, you will need:

- PHP 8.2 or later
- PHP 8.3 or later
- Composer
- Node 14 or 16 with NPM

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-gd": "*",
"ext-dom": "*",
"sculpin/sculpin": "3.3.0-alpha"
Expand Down
Loading

0 comments on commit ce24e6e

Please sign in to comment.