Skip to content

Commit 7a7e6b0

Browse files
committed
Test on php 8
1 parent 904e547 commit 7a7e6b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [7.4]
10+
php: [7.4, 8.0]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Install dependencies

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"require-dev":
2424
{
25-
"phpunit/phpunit": "9.2",
26-
"vimeo/psalm": "^3.12"
25+
"phpunit/phpunit": "^9.5",
26+
"vimeo/psalm": "^4.7"
2727
},
2828
"autoload":
2929
{

0 commit comments

Comments
 (0)