Skip to content

Commit

Permalink
Merge pull request #1950 from sergiy-petrov/sergiy-petrov-patch-1
Browse files Browse the repository at this point in the history
Test against php 8.3
  • Loading branch information
terrafrost committed Oct 7, 2023
2 parents ac7c622 + 2306be7 commit f403ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
quality_tools:
name: Quality Tools
timeout-minutes: 5
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']

0 comments on commit f403ff9

Please sign in to comment.