Skip to content

Commit

Permalink
Update github workflows to PHP 8.3 which is released
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio committed Jan 24, 2024
1 parent 209e1ae commit 515706f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test-code-format:
runs-on: "ubuntu-latest"
container: "ubuntu:22.10"
container: "ubuntu:23.04"

env:
DEBIAN_FRONTEND: "noninteractive"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ubuntu-build-php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Ubuntu PHP 7.0-8.2
name: Ubuntu PHP 7.0-8.3

on:
push:
Expand Down Expand Up @@ -57,3 +57,9 @@ jobs:
with:
php_version: "8.2"
container: "ubuntu:22.04"

php-8_3:
uses: ./.github/workflows/reusable-build-php.yml
with:
php_version: "8.3"
container: "ubuntu:22.04"

0 comments on commit 515706f

Please sign in to comment.