Skip to content

Commit

Permalink
Added PHP 8.1 to build matrix (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCallisto authored Oct 11, 2021
1 parent d1896a2 commit ff92b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.3', '7.4', '8.0' ]
php-versions: [ '7.3', '7.4', '8.0', '8.1']
composer-deps: [ 'lowest', 'highest' ]
php-unit-versions: [ '8.5.10', '9.0', '9.3', '9.5' ]
php-unit-versions: [ '8.5.19', '9.0', '9.3', '9.5' ]
exclude:
- composer-deps: 'lowest'
php-unit-versions: '9.0'
Expand All @@ -35,7 +35,7 @@ jobs:
- composer-deps: 'lowest'
php-unit-versions: '9.5'
- composer-deps: 'highest'
php-unit-versions: '8.5.10'
php-unit-versions: '8.5.19'
name: Tests - PHP ${{ matrix.php-versions }} - Deps ${{ matrix.composer-deps }} - PHPUnit ${{ matrix.php-unit-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"require-dev": {
"behat/behat": "^3.6",
"phpstan/phpstan": "^0.12.78",
"phpstan/phpstan-phpunit": "^0.12.17"
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-phpunit": "^0.12.22"
},
"config": {
"bin-dir": "bin/"
Expand Down

0 comments on commit ff92b40

Please sign in to comment.