Skip to content

Commit

Permalink
✨ [NFE-180] Removendo suporte ao PHP 8.2 e 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoapaes authored Nov 13, 2023
1 parent fb145a7 commit 0e5ccdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.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]
PHP: [73, 74, 80, 81]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

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

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

0 comments on commit 0e5ccdb

Please sign in to comment.