Skip to content

Commit

Permalink
Merge pull request #997 from sergiy-petrov/sergiy-petrov-patch-1
Browse files Browse the repository at this point in the history
Test against php 8.2 and 8.3
  • Loading branch information
colinodell committed Oct 9, 2023
2 parents 32ec1b7 + c17c7b2 commit 4ad0b64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
stable: [true]
coverage: [true]
composer-flags: ['']
Expand All @@ -42,10 +42,6 @@ jobs:
stable: true
coverage: false
composer-flags: '--prefer-lowest'
- php: '8.2'
stable: false
coverage: false
composer-flags: '--ignore-platform-req=php'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4ad0b64

Please sign in to comment.