Skip to content

Commit

Permalink
Change the Fedora version to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Nov 9, 2023
1 parent cf3035a commit af38656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 10 * * TUE'
env:
PHP_VERSION: 8.2
FEDORA_VERSION: 38
FEDORA_VERSION: 39
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IMAGE ?= craftcms/image
PHP_VERSION ?= 8.2
FEDORA_VERSION ?= 37
FEDORA_VERSION ?= 39

build:
docker build \
Expand Down

0 comments on commit af38656

Please sign in to comment.