1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Test on php 8

This commit is contained in:
Pavel Djundik
2021-04-16 10:11:18 +03:00
parent 904e547fe4
commit 7a7e6b0d67
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.4]
php: [7.4, 8.0]
steps:
- uses: actions/checkout@v1
- name: Install dependencies
+2 -2
View File
@@ -22,8 +22,8 @@
},
"require-dev":
{
"phpunit/phpunit": "9.2",
"vimeo/psalm": "^3.12"
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.7"
},
"autoload":
{