Skip to content

Commit

Permalink
Tests against php 8.2 and 8.3 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Oct 5, 2023
1 parent adfb1f5 commit 102b869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]

steps:
- name: "Checkout"
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]

steps:
- name: Checkout
Expand Down

0 comments on commit 102b869

Please sign in to comment.