Skip to content

Commit

Permalink
⚰️ Desativando PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoapaes committed Sep 11, 2024
1 parent 437f4bf commit b1c1735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
PHP: [73, 74, 80, 81, 82, 83]
PHP: [74, 80, 81, 82, 83]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:

strategy:
matrix:
PHP: [73, 74, 80, 81, 82, 83]
PHP: [74, 80, 81, 82, 83]

runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand Down

0 comments on commit b1c1735

Please sign in to comment.