Skip to content

Commit

Permalink
Revert "test against php 8.1"
Browse files Browse the repository at this point in the history
This reverts commit eb8449c.
  • Loading branch information
Baptouuuu committed Jan 22, 2022
1 parent 473dadd commit 9f0c0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0']
dependencies: ['lowest', 'highest']
name: 'PHPUnit'
steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0']
dependencies: ['lowest', 'highest']
name: 'Psalm'
steps:
Expand Down

0 comments on commit 9f0c0c8

Please sign in to comment.