Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Jul 2, 2024
2 parents d563983 + 6357bf7 commit f2eea7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8. 1']
php-versions: ['8.2']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'
php-versions: '8.1'
php-versions: '8.2'
services:
mysql:
image: mysql:latest
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- name: Update Composer
run: sudo composer self-update --no-interaction
- name: Run Composer Install
Expand Down

0 comments on commit f2eea7c

Please sign in to comment.