Skip to content

Commit

Permalink
chore: add php 8.3 to ci (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 21, 2023
1 parent dda7250 commit 1b9e871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ "7.4", "8.0", "8.1", "8.2" ]
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
name: PHP ${{matrix.php }} Unit Test
steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
php-version: "8.2"
- name: Run Script
run: |
composer global require friendsofphp/php-cs-fixer
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: Run Script
run: |
composer install
Expand Down

0 comments on commit 1b9e871

Please sign in to comment.