Skip to content

Commit

Permalink
update CI to remove old PHP versions and add 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michield authored Dec 24, 2023
1 parent aaf6f21 commit 583afaa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1','8.2']
experimental: [false]
include:
- php-version: 7.2
experimental: true
- php-version: 7.3
experimental: true
- php-version: 8.2
- php-version: 8.3
experimental: true

steps:
Expand Down

0 comments on commit 583afaa

Please sign in to comment.