Skip to content

Commit

Permalink
Test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 16, 2023
1 parent 04cdf25 commit 7ae711a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
database: [ mysql, sqlite ]
release: [ stable, lowest ]
include:
- php: 8.2
- php: 8.3
release: stable
coverage: xdebug

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cache/composer/files
key: php-8.2-composer-${{ hashFiles('**/composer.json') }}
key: php-8.3-composer-${{ hashFiles('**/composer.json') }}
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
- run: composer update --no-interaction --no-progress --prefer-dist
- run: vendor/bin/phpstan analyse --error-format=github

0 comments on commit 7ae711a

Please sign in to comment.