Skip to content

Commit

Permalink
Merge pull request Crell#35 from Crell/php-83
Browse files Browse the repository at this point in the history
Test on PHP 8.3
  • Loading branch information
Crell authored Oct 1, 2023
2 parents 49e1cc1 + 03092d9 commit 22471d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: PHPStan analysis
on:
push: ~
push:
branches: ['master']
pull_request: ~

jobs:
Expand All @@ -10,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
composer-flags: [ '' ]
steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: PHPUnit tests
on:
push: ~
push:
branches: ['master']
pull_request: ~

jobs:
Expand All @@ -10,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
composer-flags: [ '' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 22471d2

Please sign in to comment.