Skip to content

Commit

Permalink
Merge pull request #1022 from nfephp-org/atualizando-actions
Browse files Browse the repository at this point in the history
Adicionando PHP 8.3
  • Loading branch information
robmachado authored Mar 5, 2024
2 parents 9f74092 + e28c48d commit 6eef53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.4", "8.0", "8.1", "8.2"]
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"]

steps:
- name: Setup PHP
Expand All @@ -27,7 +27,7 @@ jobs:
coverage: pcov

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Composer Install
run: |
Expand All @@ -52,4 +52,4 @@ jobs:
- name: Submit code coverage
if: matrix.php-version == '8.2'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 6eef53e

Please sign in to comment.