Skip to content

Commit

Permalink
php version
Browse files Browse the repository at this point in the history
  • Loading branch information
barhoumi-dev committed Nov 30, 2023
1 parent 3c04a08 commit cbafff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1']
php-version: ['8.2']
include:
- operating-system: 'macos-latest'
php-version: '8.1'
php-version: '8.2'
- operating-system: 'windows-latest'
php-version: '8.1'
php-version: '8.2'

steps:
- name: "Checkout code"
Expand Down

0 comments on commit cbafff1

Please sign in to comment.