Skip to content

Commit

Permalink
Don't test against PHP 8.1 yet - dependencies aren't ready
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Oct 9, 2021
1 parent 65420c9 commit dd7fc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0']

steps:
- uses: shivammathur/setup-php@master
Expand Down

0 comments on commit dd7fc1b

Please sign in to comment.