Skip to content

Commit

Permalink
TPI-4331: Switch to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepayone committed Oct 9, 2024
1 parent c78a142 commit 607fd06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
operating-system: [ubuntu-20.04]
php-versions: ['7.4']
magento-versions: ['2.4']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_magento244php81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
operating-system: [ubuntu-20.04]
php-versions: ['8.1']
magento-versions: ['2.4.4']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_magento246php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
operating-system: [ubuntu-20.04]
php-versions: ['8.2']
magento-versions: ['2.4.6']

Expand Down

0 comments on commit 607fd06

Please sign in to comment.