Skip to content

Commit

Permalink
Test against php 8.2 and 8.3
Browse files Browse the repository at this point in the history
sergiy-petrov authored Oct 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 32ec1b7 commit c17c7b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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: ['']
@@ -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

0 comments on commit c17c7b2

Please sign in to comment.