Skip to content

Commit

Permalink
Merge pull request #3 from Elsayed93/main
Browse files Browse the repository at this point in the history
Add php8.3 version and Use actions v4
  • Loading branch information
MoamenEltouny authored Jul 26, 2024
2 parents 3d0c48c + 7e3ed56 commit c1a9c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1', '8.2']
php-versions: ["8.1", "8.2", "8.3"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -38,4 +38,4 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit c1a9c28

Please sign in to comment.