Skip to content

Commit

Permalink
Add PHP 8.1 and 8.2 to tests (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekelmans authored Sep 7, 2023
1 parent 54feac0 commit acf0efa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
php: [7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
dependencies: [locked]
include:
- os: ubuntu-latest
Expand All @@ -68,6 +68,12 @@ jobs:
- os: ubuntu-latest
php: 8.0
dependencies: lowest
- os: ubuntu-latest
php: 8.1
dependencies: lowest
- os: ubuntu-latest
php: 8.2
dependencies: lowest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit acf0efa

Please sign in to comment.