Skip to content

Commit

Permalink
chore: Updating CI for PHP 8.3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTools committed May 12, 2024
1 parent 0ef17a1 commit 2702b5f
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 @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [8.3]
experimental: [false]
include:
- php: 8.1
- php: 8.3
analysis: true

steps:
Expand Down

0 comments on commit 2702b5f

Please sign in to comment.