Skip to content

Commit

Permalink
Merge pull request #79 from CakeDC/1.x
Browse files Browse the repository at this point in the history
Allow php8.3 compatibility in 1.x
  • Loading branch information
markstory authored May 15, 2024
2 parents 441b28b + 807d9f9 commit 215768e
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
prefer-lowest: ['']
include:
- php-version: '7.4'
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: mbstring, intl
coverage: none

Expand All @@ -96,4 +96,4 @@ jobs:
run: vendor/bin/psalm.phar --output-format=github

- name: Run phpstan
run: vendor/bin/phpstan.phar analyse --error-format=github
run: vendor/bin/phpstan.phar analyse --error-format=github
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "https://github.com/markstory/mini-asset"
},
"require": {
"php": ">=7.4,<8.3",
"php": ">=7.4,<8.4",
"league/climate": "~3.0"
},
"require-dev": {
Expand Down

0 comments on commit 215768e

Please sign in to comment.