Skip to content

Commit

Permalink
8.2/8.3のイメージを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Feb 21, 2024
1 parent b7feb8a commit 1a53dbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-22.04 ]
php: [ '8.1' ]
php: [ '8.1', '8.2', '8.3' ]
db: [ pgsql ]
group: [ admin01 ]
include:
Expand All @@ -31,6 +31,10 @@ jobs:
app_env: 'codeception'
- php: '8.1'
tag: '8.1-apache'
- php: '8.2'
tag: '8.2-apache'
- php: '8.3'
tag: '8.3-apache'

steps:
- name: downcase REPO
Expand Down

0 comments on commit 1a53dbb

Please sign in to comment.