Skip to content

Commit

Permalink
ci: update Ubuntu-release.yml and Ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Apr 4, 2023
1 parent 9dc6556 commit a059a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
operating-system: [ubuntu-20.04, ubuntu-22.04]
php-versions: ['7.4', '8.0', '8.1', '8.2']
threads: [ts, nts]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
operating-system: [ubuntu-20.04, ubuntu-22.04]
php-versions: ['7.4', '8.0', '8.1', '8.2']
threads: [ts, nts]
steps:
Expand Down

0 comments on commit a059a27

Please sign in to comment.