Skip to content

Commit 27bc6ed

Browse files
author
Sergiy Petrov
authored
Test against php 8.1 (#51)
chore: started testing against PHP 8.1 on a normal basis
1 parent 0378dc7 commit 27bc6ed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [7.3, 7.4, 8.0]
14+
php: [7.3, 7.4, 8.0, 8.1]
1515
stability: [prefer-lowest, prefer-stable]
1616
experimental: [false]
17-
include:
18-
- php: 8.1
19-
stability: prefer-stable
20-
experimental: true
2117

2218
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
2319

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.2.0",
22-
"phpunit/phpunit": "^8.5"
22+
"phpunit/phpunit": "^8.5.21"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)