Skip to content

Commit

Permalink
Merge pull request #120 from eliashaeussler/feature/php-8.2
Browse files Browse the repository at this point in the history
[FEATURE] Add official support for PHP 8.2
  • Loading branch information
eliashaeussler authored Oct 31, 2022
2 parents 090e252 + 878d373 commit f3b3a02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
matrix:
php-version: ["8.1", "8.2"]
dependencies: ["locked", "highest", "lowest"]
include:
- php-version: "8.2"
composer-options: "--ignore-platform-req=php+"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -37,7 +34,6 @@ jobs:
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}

# Run tests
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![CGL](https://github.com/eliashaeussler/cache-warmup/actions/workflows/cgl.yaml/badge.svg)](https://github.com/eliashaeussler/cache-warmup/actions/workflows/cgl.yaml)
[![Release](https://github.com/eliashaeussler/cache-warmup/actions/workflows/release.yaml/badge.svg)](https://github.com/eliashaeussler/cache-warmup/actions/workflows/release.yaml)
[![Latest Stable Version](http://poser.pugx.org/eliashaeussler/cache-warmup/v)](https://packagist.org/packages/eliashaeussler/cache-warmup)
[![PHP Version Require](http://poser.pugx.org/eliashaeussler/cache-warmup/require/php)](https://packagist.org/packages/eliashaeussler/cache-warmup)
[![Total Downloads](http://poser.pugx.org/eliashaeussler/cache-warmup/downloads)](https://packagist.org/packages/eliashaeussler/cache-warmup)
[![Docker](https://img.shields.io/docker/v/eliashaeussler/cache-warmup?label=docker&sort=semver)](https://hub.docker.com/r/eliashaeussler/cache-warmup)
[![License](http://poser.pugx.org/eliashaeussler/cache-warmup/license)](LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"homepage": "https://haeussler.dev",
"require": {
"php": "~8.1.0",
"php": "~8.1.0 || ~8.2.0",
"ext-filter": "*",
"ext-json": "*",
"doctrine/annotations": "^1.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.

0 comments on commit f3b3a02

Please sign in to comment.