Skip to content

Commit

Permalink
Run tests on new PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jul 16, 2024
1 parent b6af001 commit 26dd56b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
strategy: ['default']
include:
# Minimum supported dependencies with the oldest PHP version
- php: '7.4'
strategy: 'lowest'
- php: '8.1'
strategy: 'lowest'

steps:
- name: Checkout
Expand Down

0 comments on commit 26dd56b

Please sign in to comment.