Skip to content

Commit

Permalink
Test PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Nov 12, 2021
1 parent 502d942 commit 9bb7e2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest

strategy:
matrix:
php: [8.0, 7.4, 7.3, 7.2]
php: [8.1, 8.0, 7.4, 7.3]
release: [stable, lowest]
include:
include:
- php: 7.4
release: stable
release: stable
coverage: xdebug

steps:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"require": {
"php": "^7.1.3|^8.0",
"symfony/process": "^4.2 || ^5.0"
"symfony/process": "^4.2|^5.0"
},
"require-dev": {
"mockery/mockery": "^1.3.2",
"orchestra/testbench": "^5.0"
"orchestra/testbench": "^6.22"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9bb7e2b

Please sign in to comment.