Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Jul 3, 2024
2 parents d17a4cf + 249dcaa commit 95fc5e4
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.2']
php-versions: ['8.3']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'
php-versions: '8.2'
php-versions: '8.3'
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.2'
php-version: '8.3'
- name: Update Composer
run: sudo composer self-update --no-interaction
- name: Run Composer Install
Expand Down

0 comments on commit 95fc5e4

Please sign in to comment.