Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Added php7.3-v4.4 as valid version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Oct 24, 2019
1 parent 3dc1ca4 commit b3b5370
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LaravelQueueWorker extends Service
'php7.3-v4.1',
'php7.3-v4.2',
'php7.3-v4.3',
'php7.3-v4.4',
'latest',
];

Expand All @@ -42,4 +43,4 @@ public function setImageVersion($version)

$this->setImage('ipunktbs/laravel-queue-worker:' . $version);
}
}
}

0 comments on commit b3b5370

Please sign in to comment.