Skip to content

Commit

Permalink
Update to PHP 8.2 across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Feb 16, 2024
1 parent ab91783 commit 9d8fd9a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/00-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
tools: composer:v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/10-calendars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
tools: composer:v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/20-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
tools: composer:v2

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.1",
"php": "^8.2",
"spatie/icalendar-generator": "^2.5",
"symfony/console": "^6.2",
"friendsofphp/php-cs-fixer": "^3.13",
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.

4 changes: 2 additions & 2 deletions docker/gocal/dockerfile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1.13-cli-alpine
FROM php:8.2.15-cli-alpine

COPY --from=composer:2.4.4 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2.7.1 /usr/bin/composer /usr/local/bin/composer

COPY . /gocal

Expand Down

0 comments on commit 9d8fd9a

Please sign in to comment.