Skip to content

Commit

Permalink
Update to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Aug 16, 2023
1 parent 3d9555f commit 26736e0
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
tools: composer:v2
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Get composer cache directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
tests:
strategy:
matrix:
php: ['8.1']
php: ['8.2']
name: Tests
runs-on: ubuntu-latest
steps:
Expand Down
28 changes: 14 additions & 14 deletions Dockerfile.deployment
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
jhead \
nginx \
nodejs \
php8.1-common \
php8.1-curl \
php8.1-ds \
php8.1-gd \
php8.1-intl \
php8.1-mbstring \
php8.1-mysql \
php8.1-redis \
php8.1-sqlite3 \
php8.1-swoole \
php8.1-tokenizer \
php8.1-xml \
php8.1-zip \
php8.1 \
php8.2 \
php8.2-common \
php8.2-curl \
php8.2-ds \
php8.2-gd \
php8.2-intl \
php8.2-mbstring \
php8.2-mysql \
php8.2-redis \
php8.2-sqlite3 \
php8.2-swoole \
php8.2-tokenizer \
php8.2-xml \
php8.2-zip \
zip

RUN npm install -g yarn
Expand Down
28 changes: 14 additions & 14 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
libnss3 \
netcat-openbsd \
nodejs \
php8.1 \
php8.1-common \
php8.1-curl \
php8.1-ds \
php8.1-gd \
php8.1-intl \
php8.1-mbstring \
php8.1-mysql \
php8.1-redis \
php8.1-sqlite3 \
php8.1-swoole \
php8.1-tokenizer \
php8.1-xml \
php8.1-zip \
php8.2 \
php8.2-common \
php8.2-curl \
php8.2-ds \
php8.2-gd \
php8.2-intl \
php8.2-mbstring \
php8.2-mysql \
php8.2-redis \
php8.2-sqlite3 \
php8.2-swoole \
php8.2-tokenizer \
php8.2-xml \
php8.2-zip \
zip

RUN npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The browser-facing portion of [osu!](https://osu.ppy.sh/home).

## Requirements

- A PHP 8.1+ environment
- A PHP 8.2 environment
- MySQL 8.0+
- Elasticsearch

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.1.0"
"php": "8.2.0"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26736e0

Please sign in to comment.