Skip to content

Commit

Permalink
Add PHP 8.1 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stockton authored and neenjaw committed Dec 25, 2021
1 parent 5f21075 commit 2668f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exercise-lint-phpcs-psr-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [7.4, 8.0]
php-version: [7.4, 8.0, 8.1]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests-phpunit-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [7.4, 8.0]
php-version: [7.4, 8.0, 8.1]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 2668f5d

Please sign in to comment.