Skip to content

Commit

Permalink
Merge pull request #799 from nanasess/improve/php8.3
Browse files Browse the repository at this point in the history
Revert "ubuntu-22.04 で PHP のビルドに失敗するため一旦20.04に変更"
  • Loading branch information
shinya authored Jan 31, 2024
2 parents 116ae52 + d3d5075 commit 0cc6a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-20.04 ]
operating-system: [ ubuntu-22.04 ]
php: [ '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db: [ mysql, pgsql ]
include:
Expand Down

0 comments on commit 0cc6a62

Please sign in to comment.