Skip to content

Commit af38656

Browse files
Change the Fedora version to 39
1 parent cf3035a commit af38656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php82.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '0 10 * * TUE'
77
env:
88
PHP_VERSION: 8.2
9-
FEDORA_VERSION: 38
9+
FEDORA_VERSION: 39
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}
1212

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IMAGE ?= craftcms/image
22
PHP_VERSION ?= 8.2
3-
FEDORA_VERSION ?= 37
3+
FEDORA_VERSION ?= 39
44

55
build:
66
docker build \

0 commit comments

Comments
 (0)