Skip to content

Commit

Permalink
chore: update ci php version runs
Browse files Browse the repository at this point in the history
  • Loading branch information
augustas committed Oct 15, 2024
1 parent 59c6765 commit 2ea4213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
php-version: [ '8.1', '8.2', '8.3' ]
include:
- php-version: '8.1'
- php-version: '8.3'
coverage: true

steps:
Expand Down

0 comments on commit 2ea4213

Please sign in to comment.