Skip to content

Commit

Permalink
Add PHP 8.1 and 8.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Sep 1, 2021
1 parent 6b315ae commit 58d37b1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3']
php-versions:
- 8.2
- 8.1
- 8.0
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3

steps:
- name: Checkout
Expand Down

0 comments on commit 58d37b1

Please sign in to comment.