Skip to content

Commit

Permalink
Test on PHP 8.2 and add php nightly to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 3, 2022
1 parent 966d0ff commit c8b9c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]
experimental: [false]
include:
- php: 8.1
analysis: true
- php: nightly
experimental: true

steps:
- name: Checkout
Expand Down

0 comments on commit c8b9c6a

Please sign in to comment.