Skip to content

Commit

Permalink
try ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Jan 9, 2025
1 parent 2ffae12 commit d7c5398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ports:
- 5672:5672

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
ports:
- 5672:5672

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3', '8.4']
Expand Down

0 comments on commit d7c5398

Please sign in to comment.